Skip to content

Commit

Permalink
⬆️ Bump pwshrc/actions-transfer-artifact from 0.3.2 to 0.3.7
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.2 to 0.3.7.
- [Release notes](https://github.com/pwshrc/actions-transfer-artifact/releases)
- [Commits](pwshrc/actions-transfer-artifact@v0.3.2...v0.3.7)

---
updated-dependencies:
- dependency-name: pwshrc/actions-transfer-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 31, 2023
1 parent 92bc671 commit 9648d05
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/[email protected].2
uses: pwshrc/[email protected].7
with:
name: 'version-json'
- name: "Transfer 'PSGallery-package' artifact from triggering workflow"
uses: pwshrc/[email protected].2
uses: pwshrc/[email protected].7
with:
name: 'PSGallery-package'
- name: "Transfer 'release-notes' artifact from triggering workflow"
uses: pwshrc/[email protected].2
uses: pwshrc/[email protected].7
with:
name: 'release-notes'

Expand Down

0 comments on commit 9648d05

Please sign in to comment.