Skip to content

Commit f8649dd

Browse files
authored
Fix: [AEA-0000] - use latest upload artifact action (#3)
## Summary - Routine Change ### Details - use latest upload artifact version
1 parent 95c0db7 commit f8649dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
node_version: ${{ inputs.node_version }}
314314

315315
- name: Upload SBOMs
316-
uses: actions/upload-artifact@v3
316+
uses: actions/upload-artifact@v4
317317
if: success() || failure()
318318
with:
319319
name: SBOMS

0 commit comments

Comments
 (0)