diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30fdfcef8..686e12c8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }} - name: Upload Artifact - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: ${{ matrix.target }} path: ${{ env.archive_name }}.tgz