Skip to content

Commit e52d76c

Browse files
committed
Upgraded Deprecated GitHub Action upload-artifact to v4.6.2
1 parent 3ab519b commit e52d76c

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.*
@@ -122,7 +122,7 @@ jobs:
122122
CIBW_ARCHS: ${{ matrix.cibw_arch }}
123123
CIBW_TEST_SKIP: "*universal2:arm64"
124124

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

0 commit comments

Comments
 (0)