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