Skip to content

Commit

Permalink
tests: upgrade outdated upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Nov 14, 2024
1 parent 9490c7b commit 5370b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if [[ $(ls -1 count | wc -l) -ne 3 ]]; then echo "Expected 4 files/directory"; exit 1; fi
- name: Upload builds
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ipyvue-dist-${{ github.run_number }}
path: |
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Upload Test artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ipyvue-test-results
path: test-results
Expand Down

0 comments on commit 5370b70

Please sign in to comment.