Skip to content

Commit

Permalink
⬆️ Bump pwshrc/actions-transfer-artifact from 0.3.10 to 0.4.0
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.10 to 0.4.0.
- [Release notes](https://github.com/pwshrc/actions-transfer-artifact/releases)
- [Commits](pwshrc/actions-transfer-artifact@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2024
1 parent 5342d11 commit a40a579
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.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'

Expand Down

0 comments on commit a40a579

Please sign in to comment.