Skip to content

Commit

Permalink
Merge pull request #134 from hibtc/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
coldfix committed Dec 19, 2023
2 parents 6d569b7 + f025bd7 commit 4b4024b
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 4b4024b

Please sign in to comment.