Skip to content

Commit 44138d6

Browse files
authored
Merge pull request #40 from devfile/fixgithubacitons
fix: Update version of `actions/download-artifact` and `actions/upload-artifact` actions.
2 parents 3c729f3 + 08f23f3 commit 44138d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
vsce package -o vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
4343
ls -lash *.vsix
4444
- name: Upload VSIX Artifacts
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4.6.1
4646
with:
4747
name: vscode-devfile
4848
path: |
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
npm install -g typescript "@vscode/vsce" "ovsx"
7373
- name: Download VSIX
74-
uses: actions/download-artifact@v3
74+
uses: actions/download-artifact@v4.2.0
7575
- name: Publish to VS Code Marketplace
7676
if: ${{ inputs.publishToMarketPlace == 'true' }}
7777
run: |

0 commit comments

Comments
 (0)