Skip to content

Commit 24b69ee

Browse files
committed
chore: update build workflow to use actions/upload-artifact@v4
1 parent 146032a commit 24b69ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
args: release --snapshot --clean
4949

5050
- name: Upload Artifacts
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: backrest-snapshot-builds
5454
path: |
@@ -61,7 +61,7 @@ jobs:
6161
./scripts/generate-installers.sh ./dist-installers
6262
6363
- name: Upload Installers
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: backrest-snapshot-installers
6767
path: dist-installers/*.exe

0 commit comments

Comments
 (0)