Skip to content

Commit c8d763a

Browse files
authored
Merge pull request #148 from github/vcsjones-patch-1
Update upload-artifacts to v4.
2 parents 33d7186 + eff5733 commit c8d763a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)