Skip to content

Commit f215a7c

Browse files
Merge pull request #1307 from actions-rs-plus/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4.6.2
2 parents 2a177c2 + e5b7c09 commit f215a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
fi
141141
142142
# If dist/ was different than expected, upload the expected version as an artifact
143-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
143+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
144144
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
145145
with:
146146
name: dist

0 commit comments

Comments
 (0)