Skip to content

Commit 51dff6d

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#711)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac0d92b commit 51dff6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: diff
5151

5252
# If index.js was different than expected, upload the expected version as an artifact
53-
- uses: actions/upload-artifact@v4
53+
- uses: actions/upload-artifact@v5
5454
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5555
with:
5656
name: dist

.github/workflows/dependabot-post-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run build && npm run package
3737

3838
- name: Upload dist artifact
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
with:
4141
name: dist
4242
path: dist/

0 commit comments

Comments
 (0)