File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 set -e
2727 go run ./tools/cmd/breakvalidator generate > main.json
2828 - name : Upload manifest
29- uses : actions/upload-artifact@v5
29+ uses : actions/upload-artifact@v6
3030 with :
3131 name : breaking-changes-manifest
3232 path : main.json
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 run : ./build/package/gen-ssdlc-report.sh
109109
110110 - name : Upload augmented SBOM as artifact
111- uses : actions/upload-artifact@v5
111+ uses : actions/upload-artifact@v6
112112 with :
113113 name : augmented_sbom_and_ssdlc_report
114114 path : |
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 echo "NAME=snapshots_${{ matrix.package }}" | sed "s|/|_|g" >> "$GITHUB_OUTPUT"
140140 - name : upload artifact
141141 if : always()
142- uses : actions/upload-artifact@v5
142+ uses : actions/upload-artifact@v6
143143 with :
144144 name : ${{ steps.set-artifact-name.outputs.NAME }}
145145 path : test/e2e/testdata/.snapshots
You can’t perform that action at this time.
0 commit comments