We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a7f64 commit c48f174Copy full SHA for c48f174
.github/workflows/prerelease.yml
@@ -25,7 +25,7 @@ jobs:
25
shell: pwsh
26
27
- name: Archive production artifacts
28
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
29
with:
30
name: Binaries
31
path: binaries/*
.github/workflows/release.yml
0 commit comments