Skip to content

Commit

Permalink
github actions: update to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
actions/upload-artifact@v2 is deprecated and can't be used anymore
  • Loading branch information
fruch committed Sep 10, 2024
1 parent b69d30f commit 102c03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Copy logs/results
if: contains(github.event.pull_request.labels.*.name, 'PR-upload-log')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ccm-tests-log
path: tests/test_results/
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Copy logs/results
if: contains(github.event.pull_request.labels.*.name, 'PR-upload-log')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ccm-tests-log
path: tests/test_results/

0 comments on commit 102c03f

Please sign in to comment.