Skip to content

Commit

Permalink
Merge pull request #591 from nose-devs/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
sirosen authored Dec 22, 2023
2 parents 8cbde62 + 55d882d commit 5e79767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-downstream-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: build
run: make build
- name: upload latest builds
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: latest-build
path: dist/*
Expand Down

0 comments on commit 5e79767

Please sign in to comment.