diff --git a/.github/workflows/build-master.yaml b/.github/workflows/build-master.yaml index cba9017..9763896 100644 --- a/.github/workflows/build-master.yaml +++ b/.github/workflows/build-master.yaml @@ -31,7 +31,7 @@ jobs: cd .. - name: "Upload artifact" - uses: "actions/upload-artifact@v2" + uses: "actions/upload-artifact@v4" with: name: pumptools-${{ github.sha }} retention-days: 30 diff --git a/.github/workflows/build-tag.yaml b/.github/workflows/build-tag.yaml index 5f7b621..fda9ff2 100644 --- a/.github/workflows/build-tag.yaml +++ b/.github/workflows/build-tag.yaml @@ -32,7 +32,7 @@ jobs: cd .. - name: "Upload artifact" - uses: "actions/upload-artifact@v2" + uses: "actions/upload-artifact@v4" with: name: pumptools-${{ github.sha }} retention-days: 30 @@ -46,7 +46,7 @@ jobs: steps: # This already extracts the contents of the artifact - name: "Download artifact" - uses: "actions/download-artifact@v2" + uses: "actions/download-artifact@v4" with: name: pumptools-${{ github.sha }}