Skip to content

Commit

Permalink
Update pwshrc/actions-transfer-artifact action to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2023
1 parent 8e3314b commit 4aa889e
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].6
with:
name: 'version-json'
- name: "Transfer 'PSGallery-package' artifact from triggering workflow"
uses: pwshrc/[email protected].2
uses: pwshrc/[email protected].6
with:
name: 'PSGallery-package'
- name: "Transfer 'release-notes' artifact from triggering workflow"
uses: pwshrc/[email protected].2
uses: pwshrc/[email protected].6
with:
name: 'release-notes'

Expand Down

0 comments on commit 4aa889e

Please sign in to comment.