mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-28 20:06:32 +00:00
chore: update build workflow to use actions/upload-artifact@v4
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
||||
args: release --snapshot --clean
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: backrest-snapshot-builds
|
||||
path: |
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
./scripts/generate-installers.sh ./dist-installers
|
||||
|
||||
- name: Upload Installers
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: backrest-snapshot-installers
|
||||
path: dist-installers/*.exe
|
||||
|
||||
Reference in New Issue
Block a user