diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9cad026b..23e9f27a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -187,7 +187,7 @@ jobs: - name: Dist run: make dist - name: Archive tarball - uses: actions/upload-artifact@v4.1.7 + uses: actions/upload-artifact@v4.4.0 with: name: tarball-${{ github.event.pull_request.head.sha }} path: tps-*.tar.gz