Skip to content

Commit fef6903

Browse files
authored
Merge pull request #163 from CoderSales/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 3239c11 + ef5a193 commit fef6903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sample-list-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run lint
3030

3131
- name: Upload to artifacts
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: extension-samples.json
3535
path: ./.repo/sample-list-generator/extension-samples.json

0 commit comments

Comments
 (0)