diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 35d62199..e5cb56a3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,7 +44,7 @@ jobs: echo "version=${VERSION}" >> $GITHUB_OUTPUT echo "Building version: ${VERSION}" - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7.0.0 with: name: python-package-distributions-${{ steps.get-version.outputs.version }} path: dist/ diff --git a/.github/workflows/full-tests.yml b/.github/workflows/full-tests.yml index 5480f474..13f23f08 100644 --- a/.github/workflows/full-tests.yml +++ b/.github/workflows/full-tests.yml @@ -62,7 +62,7 @@ jobs: - name: Upload coverage artifacts if: github.event.inputs.test_type == 'all' - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: coverage-report path: htmlcov/