diff --git a/.github/workflows/build-push-artifacts.yaml b/.github/workflows/build-push-artifacts.yaml index 54066adf..6e3ce1c6 100644 --- a/.github/workflows/build-push-artifacts.yaml +++ b/.github/workflows/build-push-artifacts.yaml @@ -45,7 +45,7 @@ jobs: ref: ${{ inputs.ref || github.ref }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -57,7 +57,7 @@ jobs: - name: Calculate metadata for image id: image-meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/azimuth-cloud/azimuth-${{ matrix.component }} # Produce the branch name or tag and the SHA as tags diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index 99df1b11..bb373fb9 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -39,7 +39,7 @@ jobs: run: tox -e cover - name: Archive code coverage results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: "code-coverage-report-${{ matrix.python-version }}" path: cover/