From 75fe550dbcc359f19f53dc90bdd016829ba1db27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:16:56 +0000 Subject: [PATCH] :arrow_up: Bump pwshrc/actions-transfer-artifact from 0.3.9 to 0.3.10 Bumps [pwshrc/actions-transfer-artifact](https://github.com/pwshrc/actions-transfer-artifact) from 0.3.9 to 0.3.10. - [Release notes](https://github.com/pwshrc/actions-transfer-artifact/releases) - [Commits](https://github.com/pwshrc/actions-transfer-artifact/compare/v0.3.9...v0.3.10) --- updated-dependencies: - dependency-name: pwshrc/actions-transfer-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f027569..ca7dfb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,15 +15,15 @@ jobs: steps: - run: echo "Beginning release." - name: "Transfer 'version-json' artifact from triggering workflow" - uses: pwshrc/actions-transfer-artifact@v0.3.9 + uses: pwshrc/actions-transfer-artifact@v0.3.10 with: name: 'version-json' - name: "Transfer 'PSGallery-package' artifact from triggering workflow" - uses: pwshrc/actions-transfer-artifact@v0.3.9 + uses: pwshrc/actions-transfer-artifact@v0.3.10 with: name: 'PSGallery-package' - name: "Transfer 'release-notes' artifact from triggering workflow" - uses: pwshrc/actions-transfer-artifact@v0.3.9 + uses: pwshrc/actions-transfer-artifact@v0.3.10 with: name: 'release-notes'