diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4231f4c..3e862ef 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -92,7 +92,7 @@ jobs: category: trivy-ubuntu - name: Upload Trivy scan results as an artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: trivy-ubuntu path: trivy-results-ubuntu.sarif @@ -100,7 +100,7 @@ jobs: - name: Authenticate to Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}