Skip to content

Commit

Permalink
bump actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
o-murphy committed Feb 4, 2025
1 parent 3d4f616 commit 6fb40d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: ls ./dist

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}
path: ./dist
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: ls ./dist

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: ./dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: ls ./dist

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}
path: ./dist
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: ls ./dist

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: ./dist
Expand Down

0 comments on commit 6fb40d9

Please sign in to comment.