We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146032a commit 24b69eeCopy full SHA for 24b69ee
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
args: release --snapshot --clean
49
50
- name: Upload Artifacts
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
with:
53
name: backrest-snapshot-builds
54
path: |
@@ -61,7 +61,7 @@ jobs:
61
./scripts/generate-installers.sh ./dist-installers
62
63
- name: Upload Installers
64
65
66
name: backrest-snapshot-installers
67
path: dist-installers/*.exe
0 commit comments