File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 # We cd so that the binary ends up in the top level of the tar.
3838 cd build/macos && tar -czvf smimesign-macos-${{ env.GIT_VERSION }}.tgz smimesign
3939 - name : Upload build folder to the action
40- uses : actions/upload-artifact@v2
40+ uses : actions/upload-artifact@v4
4141 with :
4242 # Note: this artifact is shared across jobs:
4343 # https://github.com/actions/upload-artifact#uploading-to-the-same-artifact
@@ -122,7 +122,7 @@ jobs:
122122 mv build/amd64/smimesign.zip build/amd64/smimesign-windows-amd64-${{ env.GIT_VERSION }}.zip
123123 mv build/386/smimesign.zip build/386/smimesign-windows-386-${{ env.GIT_VERSION }}.zip
124124 - name : Upload build folder to the action
125- uses : actions/upload-artifact@v2
125+ uses : actions/upload-artifact@v4
126126 with :
127127 # Note: this artifact is shared across jobs:
128128 # https://github.com/actions/upload-artifact#uploading-to-the-same-artifact
You can’t perform that action at this time.
0 commit comments