Skip to content

Commit 800534a

Browse files
Merge pull request #365 from devops-actions/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-5.0.0
Bump actions/upload-artifact from 4.6.2 to 5.0.0 in /.github/workflows
2 parents 3119fa8 + d6acce3 commit 800534a

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
@@ -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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
77+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7878
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
7979
with:
8080
name: dist

.github/workflows/publishing.yml

Lines changed: 1 addition & 1 deletion
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v2.3.1
39+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v2.3.1
4040
with:
4141
name: test
4242
path: test.json

0 commit comments

Comments
 (0)