Skip to content

Commit c079df8

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#4361)
1 parent acbae93 commit c079df8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/breaking-changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

.github/workflows/generate-augmented-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/update-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)