Skip to content

Commit 2135a5c

Browse files
chore(deps): update dependency actions/upload-artifact to v6
1 parent bde1e6e commit 2135a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/workflow/scaffolder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default async function ({projectRoot}) {
4343
},
4444
{
4545
name: 'Upload artifact',
46-
uses: 'actions/upload-artifact@v5',
46+
uses: 'actions/upload-artifact@v6',
4747
with: {
4848
name: 'SARIF file',
4949
path: 'results.sarif',

src/workflow/scaffolder.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('workflow scaffolder', () => {
5555
},
5656
{
5757
name: 'Upload artifact',
58-
uses: 'actions/upload-artifact@v5',
58+
uses: 'actions/upload-artifact@v6',
5959
with: {
6060
name: 'SARIF file',
6161
path: 'results.sarif',

0 commit comments

Comments
 (0)