Skip to content

Commit 7262f7a

Browse files
authored
Merge pull request #659 from nose-devs/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents da00503 + afec73e commit 7262f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-on-downstream-projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: build
2323
run: make build
2424
- name: upload latest builds
25-
uses: actions/upload-artifact@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: latest-build
2828
path: dist/*

0 commit comments

Comments
 (0)