File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9797 runs-on : ubuntu-latest
9898 needs : build
9999 steps :
100- - uses : actions/download-artifact@v3
100+ - uses : actions/download-artifact@v4.1.7
101101 with :
102102 name : meta
103103 path : .
@@ -108,7 +108,7 @@ jobs:
108108 set -x
109109 echo "version=`cat .version`" >> $GITHUB_OUTPUT
110110 echo "name=`cat .name`" >> $GITHUB_OUTPUT
111- - uses : actions/download-artifact@v3
111+ - uses : actions/download-artifact@v4.1.7
112112 with :
113113 name : ${{ steps.set-version.outputs.name }}.vsix
114114 - name : Create Release
@@ -129,7 +129,7 @@ jobs:
129129 with :
130130 ref : main
131131 token : ${{ secrets.TOKEN }}
132- - uses : actions/download-artifact@v3
132+ - uses : actions/download-artifact@v4.1.7
133133 with :
134134 name : meta
135135 path : .
You can’t perform that action at this time.
0 commit comments