summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index f43a330..887f95d 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
GOARCH: ${{ matrix.arch }}
- name: Upload artifact for ${{ matrix.arch }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: v2stat-${{ matrix.arch }}
path: v2stat-${{ matrix.arch }}
@@ -59,7 +59,7 @@ jobs:
prerelease: false
- name: Download build artifacts
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
path: artifacts