diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 800600c..89b5bbb 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -73,7 +73,7 @@ jobs: # Download wheels artifact #---------------------------------------------- - name: Download wheels artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pprof path: dist @@ -125,7 +125,7 @@ jobs: # Download wheels artifact #---------------------------------------------- - name: Download wheels artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pprof path: dist diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e7c75b0..488f187 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -131,7 +131,7 @@ jobs: # Download coverage artifact #---------------------------------------------- - name: Download coverage - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage #----------------------------------------------