Skip to content

Commit 27d0c01

Browse files
upload-artifact and download-artifact version upgrade
1 parent 1d383ef commit 27d0c01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cd build && cmake -DEigen3_DIR=./eigen-build ..
4242
- name: make
4343
run: cd build && make -j8
44-
- uses: actions/upload-artifact@v2
44+
- uses: actions/upload-artifact@v4
4545
with:
4646
name: ir2vec
4747
path: |

.github/workflows/upload-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build sdist
3434
run: cd Manylinux2014_Compliant_Source/pkg && pipx run build --sdist
3535

36-
- uses: actions/upload-artifact@v3
36+
- uses: actions/upload-artifact@v4
3737
with:
3838
path: Manylinux2014_Compliant_Source/pkg/dist/*.tar.gz
3939

@@ -44,7 +44,7 @@ jobs:
4444
needs: [build_wheels, build_sdist]
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/download-artifact@v3
47+
- uses: actions/download-artifact@v4
4848
with:
4949
name: artifact
5050
path: dist

0 commit comments

Comments
 (0)