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 1515 run : sudo apt-get update -y && sudo apt-get install -y zip p7zip
1616
1717 - name : Check out repository code
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - name : Set env
2121 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
@@ -29,13 +29,13 @@ jobs:
2929 - name : Create 7z archive
3030 run : 7z a glm-${{ env.RELEASE_VERSION }}.7z .
3131
32- - uses : actions/upload-artifact@v3
32+ - uses : actions/upload-artifact@v4
3333 with :
3434 name : glm-${{ env.RELEASE_VERSION }}
3535 path : glm-${{ env.RELEASE_VERSION }}.*
3636
3737 - name : Add to Release
38- uses : softprops/action-gh-release@v1
38+ uses : softprops/action-gh-release@v2
3939 with :
4040 files : |
4141 glm-${{ env.RELEASE_VERSION }}.zip
You can’t perform that action at this time.
0 commit comments