Skip to content

Commit 9729d8a

Browse files
authoredJan 1, 2025··
Bump actions/upload-artifact from 4.4.3 to 4.5.0 in /.github/workflows
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...6f51ac0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f9353f commit 9729d8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
id: diff
7575

7676
# If index.js was different than expected, upload the expected version as an artifact
77-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
77+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
7878
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
7979
with:
8080
name: dist

‎.github/workflows/publishing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
}
3737
3838
- name: Upload result file as artefact
39-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v2.3.1
39+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v2.3.1
4040
with:
4141
name: test
4242
path: test.json

0 commit comments

Comments
 (0)
Please sign in to comment.