Skip to content

Commit b9435b1

Browse files
Updated upload and download github actions.
1 parent 3b4d6c5 commit b9435b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-python-package/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
pip install build
3131
python3 -m build
3232
33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: ${{ inputs.artifact-name }}
3636
path: "dist/"

.github/actions/environment/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
setup.cfg
3939
4040
- name: Fetch built emsarray package
41-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4
4242
with:
4343
name: ${{ inputs.package-artifact-name }}
4444
path: "dist/"

0 commit comments

Comments
 (0)