Skip to content

Commit

Permalink
update artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 10, 2024
1 parent e4be1f5 commit 2676f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
# https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts
- name: Upload testing logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: testing-logs-${{ github.run_number }}-${{ matrix.model }}-${{ matrix.driver }}
path: /testing-logs-${{ github.run_number}}-${{ matrix.model }}-${{ matrix.driver }}.tar.gz
Expand Down

0 comments on commit 2676f2e

Please sign in to comment.