We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bd3960 + 3db34c5 commit d8e8b65Copy full SHA for d8e8b65
.github/workflows/webpack_ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
cat $GITHUB_ENV
36
37
- name: Upload dist artifacts
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: test_vsix
41
path: ${{env.vsix_name}}
@@ -70,4 +70,4 @@ jobs:
70
👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.
71
72
* [Download here.](https://github.com/codefori/vscode-db2i/actions/runs/${{ github.run_id }})
73
- * [Read more about how to test](https://github.com/codefori/vscode-db2i/blob/master/.github/pr_testing_template.md)
+ * [Read more about how to test](https://github.com/codefori/vscode-db2i/blob/master/.github/pr_testing_template.md)
0 commit comments