diff --git a/.github/workflows/__call-codeql.yml b/.github/workflows/__call-codeql.yml index 7aa08f39..e5b88eb6 100644 --- a/.github/workflows/__call-codeql.yml +++ b/.github/workflows/__call-codeql.yml @@ -233,7 +233,7 @@ jobs: sarif_file: sarif-results/${{ matrix.language }}.sarif - name: Upload loc as a Build Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: sarif-results-${{ matrix.language }}-${{ runner.os }} path: sarif-results diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 5fb31dfb..43ecf9d9 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -236,7 +236,7 @@ jobs: uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 - name: Cache Docker Layers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.buildx-cache key: Docker-buildx${{ matrix.tag }}-${{ github.sha }} @@ -312,7 +312,7 @@ jobs: - name: Upload Artifacts if: steps.prepare.outputs.artifacts == 'true' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build-Docker${{ matrix.tag }} path: artifacts/