Skip to content

Commit

Permalink
Merge pull request #1659 from mikel-brostrom/renovate/major-github-ar…
Browse files Browse the repository at this point in the history
…tifact-actions

Update GitHub Artifact Actions to v4 (major)
  • Loading branch information
mikel-brostrom authored Sep 21, 2024
2 parents 4d9da79 + d140d27 commit 303669e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: cat results/${{ matrix.tracker }}.txt

- name: Upload Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: results
path: results/${{ matrix.tracker }}.txt
Expand All @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download all results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: results
path: results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
cat pretty_results.txt
- name: Upload Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: results-csv
path: pretty_results.txt
Expand Down

0 comments on commit 303669e

Please sign in to comment.