Skip to content

Commit 73342c1

Browse files
committed
Upgraded Deprecated GitHub Action upload-artifact to v4.6.2
1 parent 96b7ed3 commit 73342c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
mkdir -p dist/
3838
echo "${VERSION}" > dist/VERSION
3939
40-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
40+
- uses: actions/upload-artifact@v4.6.2
4141
with:
4242
name: dist
4343
path: dist/
@@ -64,7 +64,7 @@ jobs:
6464
python -m pip install --upgrade setuptools wheel pip
6565
python setup.py sdist
6666
67-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
67+
- uses: actions/upload-artifact@v4.6.2
6868
with:
6969
name: dist
7070
path: dist/*.tar.*
@@ -121,7 +121,7 @@ jobs:
121121
CIBW_ARCHS: ${{ matrix.cibw_arch }}
122122
CIBW_TEST_SKIP: "*universal2:arm64"
123123

124-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
124+
- uses: actions/upload-artifact@v4.6.2
125125
with:
126126
name: dist
127127
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)