We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90966d0 + cbe1bde commit 0b627a3Copy full SHA for 0b627a3
1 file changed
.github/workflows/main.yml
@@ -97,7 +97,7 @@ jobs:
97
runs-on: ubuntu-latest
98
needs: build
99
steps:
100
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
101
with:
102
name: meta
103
path: .
@@ -108,7 +108,7 @@ jobs:
108
set -x
109
echo "version=`cat .version`" >> $GITHUB_OUTPUT
110
echo "name=`cat .name`" >> $GITHUB_OUTPUT
111
112
113
name: ${{ steps.set-version.outputs.name }}.vsix
114
- name: Create Release
@@ -129,7 +129,7 @@ jobs:
129
130
ref: main
131
token: ${{ secrets.TOKEN }}
132
133
134
135
0 commit comments