Skip to content

Commit

Permalink
Bump upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Nov 10, 2024
1 parent 653da28 commit a04ca3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
tar czf /tmp/workspace.tar.gz .
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: workspace
path: /tmp/workspace.tar.gz
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
tar czf /tmp/workspace.tar.gz .
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: workspace
path: /tmp/workspace.tar.gz
Expand Down

0 comments on commit a04ca3a

Please sign in to comment.