Skip to content

Commit 2956be2

Browse files
chore: bump actions/upload-artifact from 3.1.3 to 4.4.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@a8a3f3a...8448086) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be7fe16 commit 2956be2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
73+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
7474
with:
7575
name: .repo.patch
7676
path: .repo.patch

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: cd dist && getfacl -R . > permissions-backup.acl
2525
continue-on-error: true
2626
- name: Upload artifact
27-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
27+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
2828
with:
2929
name: build-artifact
3030
path: dist

.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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
34+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
36+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
3737
with:
3838
name: .repo.patch
3939
path: .repo.patch

0 commit comments

Comments
 (0)