Skip to content

Commit 330e36b

Browse files
author
Sander Ronde
committed
Bump download-artifcat
1 parent 124a2d3 commit 330e36b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: github.event.inputs.publishMS == 'true'
7272
steps:
7373
- uses: actions/checkout@v2
74-
- uses: actions/download-artifact@v2
74+
- uses: actions/download-artifact@v4
7575
with:
7676
name: ${{ needs.package.outputs.packageName }}
7777
- name: Publish to VS marketplace
@@ -84,7 +84,7 @@ jobs:
8484
if: github.event.inputs.publishOVSX == 'true'
8585
steps:
8686
- uses: actions/checkout@v2
87-
- uses: actions/download-artifact@v2
87+
- uses: actions/download-artifact@v4
8888
with:
8989
name: ${{ needs.package.outputs.packageName }}
9090
- name: Publish to Open VSX
@@ -96,7 +96,7 @@ jobs:
9696
needs: package
9797
if: github.event.inputs.publishGH == 'true'
9898
steps:
99-
- uses: actions/download-artifact@v2
99+
- uses: actions/download-artifact@v4
100100
with:
101101
name: ${{ needs.package.outputs.packageName }}
102102

0 commit comments

Comments
 (0)