diff options
| author | Rikki <i@rikki.moe> | 2025-04-07 16:21:46 +0800 |
|---|---|---|
| committer | Rikki <i@rikki.moe> | 2025-04-07 16:21:46 +0800 |
| commit | e74537f9641e152e2e28bdc5b03d3f4015433994 (patch) | |
| tree | a010a8a60a9dba1a0a1426eb71f51392fa6e422d | |
| parent | 2b1a14ef7c0aa4708312b3774840f2bc0266f3c2 (diff) | |
fix workflow
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
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 |
