GitHub actions: upgrade download/upload artifacts

Closes: #313
This commit is contained in:
Andrew Ayer
2024-09-03 19:30:58 -04:00
parent 08dbdcfed4
commit 968c924798
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Build binary
run: make
- name: Upload release artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: git-crypt-artifacts
path: git-crypt
@@ -28,7 +28,7 @@ jobs:
contents: write
steps:
- name: Download release artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: git-crypt-artifacts
- name: Upload release asset

View File

@@ -26,7 +26,7 @@ jobs:
shell: msys2 {0}
run: make LDFLAGS="-static-libstdc++ -static -lcrypto -lws2_32"
- name: Upload release artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: git-crypt-artifacts
path: git-crypt.exe
@@ -38,7 +38,7 @@ jobs:
contents: write
steps:
- name: Download release artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: git-crypt-artifacts
- name: Upload release asset