From 7cd86c418e5d7ba2b6b0f18d8db337e1d5d42973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 05:06:41 +0000 Subject: [PATCH] chore(deps): update gavv/pull-request-artifacts action to v2 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 68092209..aaa4b78f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -116,7 +116,7 @@ jobs: run: mv cloudhood-firefox-sources.zip cloudhood-firefox-sources-${{ steps.set_short_sha.outputs.short_sha }}.zip - name: Pull request artifacts - uses: gavv/pull-request-artifacts@v1.1.0 + uses: gavv/pull-request-artifacts@v2.1.0 with: commit: ${{ steps.set_short_sha.outputs.short_sha }} repo-token: ${{ secrets.GITHUB_TOKEN }}