diff --git a/.github/workflows/deploy_branch.yaml b/.github/workflows/deploy_branch.yaml index 9675f7e..c670442 100644 --- a/.github/workflows/deploy_branch.yaml +++ b/.github/workflows/deploy_branch.yaml @@ -35,7 +35,7 @@ jobs: RELEASE_VERSION: "0.dev${{ github.run_id }}" - name: Archive installation artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: builds path: dist diff --git a/.github/workflows/deploy_main.yaml b/.github/workflows/deploy_main.yaml index dbc0e5b..cfd2ca5 100644 --- a/.github/workflows/deploy_main.yaml +++ b/.github/workflows/deploy_main.yaml @@ -46,7 +46,7 @@ jobs: run: python -m build --sdist --wheel --outdir dist/ - name: Archive installation artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: builds path: dist diff --git a/.github/workflows/deploy_release.yaml b/.github/workflows/deploy_release.yaml index 1dcc5ff..80f20d8 100644 --- a/.github/workflows/deploy_release.yaml +++ b/.github/workflows/deploy_release.yaml @@ -37,7 +37,7 @@ jobs: RELEASE_VERSION: "${{ github.ref_name }}" - name: Archive installation artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: builds path: dist diff --git a/.github/workflows/review.yaml b/.github/workflows/review.yaml index 3c10a60..19dad05 100644 --- a/.github/workflows/review.yaml +++ b/.github/workflows/review.yaml @@ -68,7 +68,7 @@ jobs: mewbot-${{ matrix.name }} - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: ${{ matrix.name }}-results-${{ matrix.os }}-${{ matrix.version }}