Skip to content

Commit

Permalink
⬆️ Bump pwshrc/actions-transfer-artifact from 0.3.9 to 0.3.10
Browse files Browse the repository at this point in the history
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](pwshrc/actions-transfer-artifact@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 14, 2023
1 parent 37d6daa commit 75fe550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 75fe550

Please sign in to comment.