Skip to content

Commit 968c924

Browse files
committed
GitHub actions: upgrade download/upload artifacts
Closes: AGWA#313
1 parent 08dbdcf commit 968c924

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build binary
1717
run: make
1818
- name: Upload release artifact
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: git-crypt-artifacts
2222
path: git-crypt
@@ -28,7 +28,7 @@ jobs:
2828
contents: write
2929
steps:
3030
- name: Download release artifact
31-
uses: actions/download-artifact@v3
31+
uses: actions/download-artifact@v4
3232
with:
3333
name: git-crypt-artifacts
3434
- name: Upload release asset

.github/workflows/release-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: msys2 {0}
2727
run: make LDFLAGS="-static-libstdc++ -static -lcrypto -lws2_32"
2828
- name: Upload release artifact
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: git-crypt-artifacts
3232
path: git-crypt.exe
@@ -38,7 +38,7 @@ jobs:
3838
contents: write
3939
steps:
4040
- name: Download release artifact
41-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4
4242
with:
4343
name: git-crypt-artifacts
4444
- name: Upload release asset

0 commit comments

Comments
 (0)