From a06633a42bd05698cf681eae7142e3ca04491dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:27:58 +0100 Subject: [PATCH] Bump gavv/pull-request-artifacts from 2.0.0 to 2.1.0 (#49) Bumps [gavv/pull-request-artifacts](https://github.com/gavv/pull-request-artifacts) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/gavv/pull-request-artifacts/releases) - [Commits](https://github.com/gavv/pull-request-artifacts/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: gavv/pull-request-artifacts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 951db9b..32f7c8a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: name: ${{ steps.set-env.outputs.name }} path: ${{ steps.set-env.outputs.path }} - name: Pull request artifacts - uses: gavv/pull-request-artifacts@v2.0.0 + uses: gavv/pull-request-artifacts@v2.1.0 with: commit: ${{ github.event.pull_request.head.sha }} repo-token: ${{ secrets.GITHUB_TOKEN }}