Skip to content

Commit

Permalink
Merge pull request #32 from kelein/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
kelein authored Dec 17, 2023
2 parents 328ef94 + f72b7f1 commit 6ebe6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mkdir -p benchmark-comment
cp test-results/benchstat.txt benchmark-comment
echo ${{ github.event.number }} > benchmark-comment/pr-number
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always ()
with:
name: benchmark-comment
Expand Down

0 comments on commit 6ebe6a0

Please sign in to comment.