Skip to content

Commit adfcd31

Browse files
Merge pull request #336 from devops-actions/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-4.6.0
Bump actions/upload-artifact from 4.5.0 to 4.6.0 in /.github/workflows
2 parents 9a1330b + 990a59a commit adfcd31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
77+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7878
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
7979
with:
8080
name: dist

Diff for: .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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v2.3.1
39+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v2.3.1
4040
with:
4141
name: test
4242
path: test.json

0 commit comments

Comments
 (0)