Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent f613334 commit f378ad7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
make dist-pyrage-stubs
- name: upload dists
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make dist-pyrage

- name: upload linux dists
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pyrage-dists
path: dist/
Expand All @@ -44,7 +44,7 @@ jobs:
mv target/wheels/ dist/
- name: upload macos dists
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pyrage-dists
path: dist/
Expand All @@ -68,7 +68,7 @@ jobs:
mv target/wheels/ dist/
- name: upload windows dists
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pyrage-dists
path: dist/
Expand Down

0 comments on commit f378ad7

Please sign in to comment.