Commit d581ad6 1 parent e08ef38 commit d581ad6 Copy full SHA for d581ad6
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
mkdir -p dist/
44
44
echo "${VERSION}" > dist/VERSION
45
45
46
- - uses : actions/upload-artifact@v3
46
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
47
47
with :
48
48
name : dist
49
49
path : dist/
69
69
pip install -U setuptools wheel pip
70
70
python setup.py sdist
71
71
72
- - uses : actions/upload-artifact@v3
72
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
73
73
with :
74
74
name : dist
75
75
path : dist/*.tar.*
@@ -153,7 +153,7 @@ jobs:
153
153
&& chmod -R go+rX "$(dirname $(dirname $(dirname $PY)))"
154
154
&& 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"
155
155
156
- - uses : actions/upload-artifact@v3
156
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
157
157
with :
158
158
name : dist
159
159
path : wheelhouse/*.whl
@@ -177,7 +177,7 @@ jobs:
177
177
fetch-depth : 5
178
178
submodules : false
179
179
180
- - uses : actions/download-artifact@v3
180
+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
181
181
with :
182
182
name : dist
183
183
path : dist/
You can’t perform that action at this time.
0 commit comments