File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,23 +76,23 @@ jobs:
7676 echo "VERSION=${VERSION}" >> $GITHUB_ENV
7777 echo "Salam version: ${VERSION}"
7878 - name : Download Linux artifact
79- uses : actions/download-artifact@v4
79+ uses : actions/download-artifact@v5
8080 with :
8181 name : salam-linux
8282 path : ./release
8383 - name : Rename Linux binary to avoid conflict
8484 run : |
8585 mv ./release/salam ./release/salam-linux
8686 - name : Download macOS artifact
87- uses : actions/download-artifact@v4
87+ uses : actions/download-artifact@v5
8888 with :
8989 name : salam-macos
9090 path : ./release
9191 - name : Rename macOS binary to avoid conflict
9292 run : |
9393 mv ./release/salam ./release/salam-mac
9494 - name : Download Windows artifact
95- uses : actions/download-artifact@v4
95+ uses : actions/download-artifact@v5
9696 with :
9797 name : salam-windows
9898 path : ./release
You can’t perform that action at this time.
0 commit comments