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 @@ -80,23 +80,23 @@ jobs:
8080 echo "VERSION=${VERSION}" >> $GITHUB_ENV
8181 echo "Salam version: ${VERSION}"
8282 - name : Download Linux artifact
83- uses : actions/download-artifact@v7
83+ uses : actions/download-artifact@v8
8484 with :
8585 name : salam-linux
8686 path : ./release
8787 - name : Rename Linux binary to avoid conflict
8888 run : |
8989 mv ./release/salam ./release/salam-linux
9090 - name : Download macOS artifact
91- uses : actions/download-artifact@v7
91+ uses : actions/download-artifact@v8
9292 with :
9393 name : salam-macos
9494 path : ./release
9595 - name : Rename macOS binary to avoid conflict
9696 run : |
9797 mv ./release/salam ./release/salam-mac
9898 - name : Download Windows artifact
99- uses : actions/download-artifact@v7
99+ uses : actions/download-artifact@v8
100100 with :
101101 name : salam-windows
102102 path : ./release
You can’t perform that action at this time.
0 commit comments