Skip to content

Commit d581ad6

Browse files
authored
Update upload-artifact and download-artifact actions to v4 (#582)
v3 has been disabled now apparently.
1 parent e08ef38 commit d581ad6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mkdir -p dist/
4444
echo "${VERSION}" > dist/VERSION
4545
46-
- uses: actions/upload-artifact@v3
46+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
4747
with:
4848
name: dist
4949
path: dist/
@@ -69,7 +69,7 @@ jobs:
6969
pip install -U setuptools wheel pip
7070
python setup.py sdist
7171
72-
- uses: actions/upload-artifact@v3
72+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
7373
with:
7474
name: dist
7575
path: dist/*.tar.*
@@ -153,7 +153,7 @@ jobs:
153153
&& chmod -R go+rX "$(dirname $(dirname $(dirname $PY)))"
154154
&& su -l edgedb -c "EDGEDB_PYTHON_TEST_CODEGEN_CMD=$CODEGEN EDGEDB_TEST_CODEGEN_ASSERT_SUFFIX=.assert${{ env.EDGEDB_SERVER_VERSION }} $PY {project}/tests/__init__.py"
155155
156-
- uses: actions/upload-artifact@v3
156+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
157157
with:
158158
name: dist
159159
path: wheelhouse/*.whl
@@ -177,7 +177,7 @@ jobs:
177177
fetch-depth: 5
178178
submodules: false
179179

180-
- uses: actions/download-artifact@v3
180+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
181181
with:
182182
name: dist
183183
path: dist/

0 commit comments

Comments
 (0)