Skip to content

Commit abc0bd4

Browse files
CallMeGregGeekMasher
authored andcommitted
Update README.md to use v4 for checkout and upload-artifact
1 parent f1a1995 commit abc0bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
contents: write
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Generate SBOM
2929
run: |
3030
curl -Lo $RUNNER_TEMP/sbom-tool https://github.com/microsoft/sbom-tool/releases/latest/download/sbom-tool-linux-x64
3131
chmod +x $RUNNER_TEMP/sbom-tool
3232
$RUNNER_TEMP/sbom-tool generate -b . -bc . -pn ${{ github.repository }} -pv 1.0.0 -ps OwnerName -nsb https://sbom.mycompany.com -V Verbose
33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: sbom
3636
path: _manifest/spdx_2.2

0 commit comments

Comments
 (0)