diff --git a/.github/workflows/cicd-publish.yml b/.github/workflows/cicd-publish.yml index 0fc8573..1828a23 100644 --- a/.github/workflows/cicd-publish.yml +++ b/.github/workflows/cicd-publish.yml @@ -26,7 +26,7 @@ jobs: - name: 'Create packages in dist/ with hatch' run: 'hatch build' - name: 'Upload package artifacts to GitHub' - uses: 'actions/upload-artifact@v4.6.2' + uses: 'actions/upload-artifact@v5.0.0' with: name: 'python-artifacts' path: 'dist/*' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8081afe..53e7c2f 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -18,7 +18,7 @@ jobs: python-version-file: "pyproject.toml" - run: "echo \"SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)\" >> $GITHUB_ENV" - run: "uv build" - - uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02" # v4.6.2 + - uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4" # v5.0.0 with: path: "./dist" create-release: