diff --git a/.github/workflows/hatch.yml b/.github/workflows/hatch.yml index 7f592ba..9173a28 100644 --- a/.github/workflows/hatch.yml +++ b/.github/workflows/hatch.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - run: pipx run build - run: pipx run twine check dist/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: dist path: dist/ @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v5 if: matrix.source == 'repo' - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: dist path: dist/ @@ -83,7 +83,7 @@ jobs: id-token: write if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: dist path: dist/