diff --git a/.github/workflows/check_migrations_sqlite.yml b/.github/workflows/check_migrations_sqlite.yml index 6144f24..5fe4587 100644 --- a/.github/workflows/check_migrations_sqlite.yml +++ b/.github/workflows/check_migrations_sqlite.yml @@ -32,7 +32,7 @@ jobs: run: uv build --wheel - name: Upload wheel artifact if: ${{ needs.pre_job.outputs.should_skip != 'true' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheel path: dist/*.whl @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 - name: Download wheel artifact if: ${{ needs.pre_job.outputs.should_skip != 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheel path: dist/ diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index d0baf2d..319ceec 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -32,7 +32,7 @@ jobs: run: uv build --wheel - name: Upload wheel artifact if: ${{ needs.pre_job.outputs.should_skip != 'true' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheel path: dist/*.whl @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v6 - name: Download wheel artifact if: ${{ needs.pre_job.outputs.should_skip != 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheel path: dist/ @@ -80,7 +80,7 @@ jobs: - uses: actions/checkout@v6 - name: Download wheel artifact if: ${{ needs.pre_job.outputs.should_skip != 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheel path: dist/ @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v6 - name: Download wheel artifact if: ${{ needs.pre_job.outputs.should_skip != 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheel path: dist/ @@ -149,7 +149,7 @@ jobs: - uses: actions/checkout@v6 - name: Download wheel artifact if: ${{ needs.pre_job.outputs.should_skip != 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheel path: dist/ @@ -199,7 +199,7 @@ jobs: - uses: actions/checkout@v6 - name: Download wheel artifact if: ${{ needs.pre_job.outputs.should_skip != 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheel path: dist/ @@ -228,7 +228,7 @@ jobs: - uses: actions/checkout@v6 - name: Download wheel artifact if: ${{ needs.pre_job.outputs.should_skip != 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheel path: dist/