From e34fc678b1ea810367d74119fc8c3f7d1223c091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 23:26:43 +0100 Subject: [PATCH] chore(deps): update dependency actions/upload-artifact to v4.3.0 (#54) * chore(deps): update dependency actions/upload-artifact to v4.3.0 * chore: self mutation Signed-off-by: github-actions --------- Signed-off-by: github-actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- version.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93c2e38..b357c56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: git diff --staged --patch --exit-code > .repo.patch || echo "self_mutation_happened=true" >> $GITHUB_OUTPUT - name: Upload patch if: steps.self_mutation.outputs.self_mutation_happened - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: .repo.patch path: .repo.patch @@ -51,7 +51,7 @@ jobs: run: cd dist && getfacl -R . > permissions-backup.acl continue-on-error: true - name: Upload artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: build-artifact path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e1af58..7e72b89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: continue-on-error: true - name: Upload artifact if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: build-artifact path: dist diff --git a/version.json b/version.json index b66c5e7..bb70d53 100644 --- a/version.json +++ b/version.json @@ -24,9 +24,9 @@ "manager": "github-actions" }, "actions/upload-artifact": { - "currentDigest": "694cdabd8bdb0f10b2cea11669e1bf5453eed0a6", - "currentValue": "v4.2.0", - "currentVersion": "v4.2.0", + "currentDigest": "26f96dfa697d77e81fd5907df203aa23a56210a8", + "currentValue": "v4.3.0", + "currentVersion": "v4.3.0", "datasource": "github-tags", "depType": "action", "manager": "github-actions"