Skip to content

Commit 2d447f3

Browse files
Merge pull request #375 from actions-rs-plus/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3
2 parents 9a819a6 + 582c55a commit 2d447f3

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
@@ -111,7 +111,7 @@ jobs:
111111
fi
112112
113113
# If dist/ was different than expected, upload the expected version as an artifact
114-
- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2
114+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
115115
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
116116
with:
117117
name: dist

0 commit comments

Comments
 (0)