Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#…
Browse files Browse the repository at this point in the history
…551)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AsafMah <[email protected]>
  • Loading branch information
dependabot[bot] and AsafMah authored Sep 5, 2024
1 parent f90f2d2 commit cbc1ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pytest -v . --junit-xml pytest.xml --cov=/home/runner/.local/lib/python${{ matrix.python-version }}/site-packages/azure/kusto --cov-report=xml:coverage2.xml
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Unit Test Results (Python ${{ matrix.python-version }})
path: pytest*.xml
Expand All @@ -80,7 +80,7 @@ jobs:

steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit cbc1ce2

Please sign in to comment.