diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4eaacc0..83d2eba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: # Persist CBOM after a job has completed and share # that CBOM with another job in the same workflow. - name: Commit changes to new branch - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: "CBOM" path: ${{ steps.cbom.outputs.pattern }}