From a40a579a7095d802b3fc398100d24a14cd0b64b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:37:06 +0000 Subject: [PATCH] :arrow_up: Bump pwshrc/actions-transfer-artifact from 0.3.10 to 0.4.0 Bumps [pwshrc/actions-transfer-artifact](https://github.com/pwshrc/actions-transfer-artifact) from 0.3.10 to 0.4.0. - [Release notes](https://github.com/pwshrc/actions-transfer-artifact/releases) - [Commits](https://github.com/pwshrc/actions-transfer-artifact/compare/v0.3.10...v0.4.0) --- updated-dependencies: - dependency-name: pwshrc/actions-transfer-artifact dependency-type: direct:production update-type: version-update:semver-minor ... 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 de30604..15d0491 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.10 + uses: pwshrc/actions-transfer-artifact@v0.4.0 with: name: 'version-json' - name: "Transfer 'PSGallery-package' artifact from triggering workflow" - uses: pwshrc/actions-transfer-artifact@v0.3.10 + uses: pwshrc/actions-transfer-artifact@v0.4.0 with: name: 'PSGallery-package' - name: "Transfer 'release-notes' artifact from triggering workflow" - uses: pwshrc/actions-transfer-artifact@v0.3.10 + uses: pwshrc/actions-transfer-artifact@v0.4.0 with: name: 'release-notes'