Skip to content

Commit 8db38c9

Browse files
committed
🐛 Fixes Artifact Transfer During Release
1 parent 9df0f18 commit 8db38c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
steps:
1616
- run: echo "Beginning release."
1717
- name: "Transfer 'version-json' artifact from triggering workflow"
18-
uses: pwshrc/actions-transfer-artifact@v0.4.0
18+
uses: pwshrc/actions-transfer-artifact@v0.5.0
1919
with:
2020
name: 'version-json'
2121
- name: "Transfer 'PSGallery-package' artifact from triggering workflow"
22-
uses: pwshrc/actions-transfer-artifact@v0.4.0
22+
uses: pwshrc/actions-transfer-artifact@v0.5.0
2323
with:
2424
name: 'PSGallery-package'
2525
- name: "Transfer 'release-notes' artifact from triggering workflow"
26-
uses: pwshrc/actions-transfer-artifact@v0.4.0
26+
uses: pwshrc/actions-transfer-artifact@v0.5.0
2727
with:
2828
name: 'release-notes'
2929

0 commit comments

Comments
 (0)