Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent d584829 commit f025bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
shell: bash

- name: Upload cpymad wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-linux
path: dist
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- run: .github/build/windows/cpymad.sh src/MAD-X/dist 3.12

- name: Upload cpymad wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-windows
path: dist
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
DYLD_LIBRARY_PATH=$LIBDIR delocate-listdeps --all dist/*.whl
- name: Upload cpymad wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-macos
path: dist
Expand Down

0 comments on commit f025bd7

Please sign in to comment.