Skip to content

Commit c48f174

Browse files
committed
Fix automated builds
1 parent a7a7f64 commit c48f174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shell: pwsh
2626

2727
- name: Archive production artifacts
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: Binaries
3131
path: binaries/*

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shell: pwsh
2626

2727
- name: Archive production artifacts
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: Binaries
3131
path: binaries/*

0 commit comments

Comments
 (0)