We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/upload-artifact
1 parent a5f43c1 commit c3bcc7bCopy full SHA for c3bcc7b
.github/workflows/build.yml
@@ -29,12 +29,12 @@ jobs:
29
- name: Generate Checksums
30
run: shasum -a 256 Universal-Binaries.dmg > sha256sum.txt
31
- name: Upload Universal Binaries to Artifacts
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
with:
34
name: Universal Binaries
35
path: Universal-Binaries.dmg
36
- name: Upload Checksums to Artifacts
37
38
39
name: sha256sum.txt
40
path: sha256sum.txt
0 commit comments