Skip to content

Commit

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

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
dirvine authored Nov 10, 2024
2 parents 20f8350 + 69e29ae commit 7b4c2d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sccache: 'true'
working-directory: ./autonomi
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
path: autonomi/dist/*.whl
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
sccache: 'true'
working-directory: ./autonomi
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
path: autonomi/dist/*.whl
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
source $HOME/.cargo/env
rustup component add rustfmt
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
path: autonomi/dist/*.whl
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
args: --out dist
working-directory: ./autonomi
- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: autonomi/dist/*.tar.gz
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python-publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sccache: 'true'
working-directory: ./sn_node
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
path: sn_node/dist/*.whl
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
sccache: 'true'
working-directory: ./sn_node
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
path: sn_node/dist/*.whl
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
source $HOME/.cargo/env
rustup component add rustfmt
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
path: sn_node/dist/*.whl
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
args: --out dist
working-directory: ./sn_node
- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: sn_node/dist/*.tar.gz
Expand Down

0 comments on commit 7b4c2d8

Please sign in to comment.