Skip to content

Commit

Permalink
Merge pull request #375 from actions-rs-plus/renovate/actions-upload-…
Browse files Browse the repository at this point in the history
…artifact-3.x

chore(deps): update actions/upload-artifact action to v3
  • Loading branch information
kristof-mattei authored Sep 27, 2023
2 parents 9a819a6 + 582c55a commit 2d447f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
fi
# If dist/ was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down

0 comments on commit 2d447f3

Please sign in to comment.