Skip to content

Commit 51a71f1

Browse files
chore: bump actions/upload-artifact from 4.5.0 to 4.6.0 (#397)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d55dbfd commit 51a71f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
git diff --staged --patch --exit-code > .repo.patch || echo "self_mutation_happened=true" >> "${GITHUB_OUTPUT}"
7171
- name: Upload patch
7272
if: steps.self_mutation.outputs.self_mutation_happened
73-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
73+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
7474
with:
7575
name: .repo.patch
7676
path: .repo.patch

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cd dist && getfacl -R . > permissions-backup.acl
3232
continue-on-error: true
3333
- name: Upload artifact
34-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
34+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3535
with:
3636
name: build-artifact
3737
path: dist

.github/workflows/upgrade-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git diff --staged --patch --exit-code > .repo.patch || echo "patch_created=true" >> "${GITHUB_OUTPUT}"
3434
- name: Upload patch
3535
if: steps.create_patch.outputs.patch_created
36-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
36+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3737
with:
3838
name: .repo.patch
3939
path: .repo.patch

0 commit comments

Comments
 (0)