Skip to content

Commit f3118e3

Browse files
committed
🔧 change download/upload artifact version to last working version
1 parent 33e67e8 commit f3118e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
CHARSET_NORMALIZER_USE_MYPYC: '0'
3636
run: python -m build
3737
- name: Upload artifacts
38-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
38+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
3939
with:
4040
name: dist
4141
path: dist
@@ -91,7 +91,7 @@ jobs:
9191
CIBW_TEST_COMMAND: pytest -c {package} {package}/tests
9292
CIBW_SKIP: pp* cp36*
9393
- name: Upload artifacts
94-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
94+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
9595
with:
9696
name: dist
9797
path: ./wheelhouse/*.whl
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
109109
- name: Download distributions
110-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
110+
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
111111
with:
112112
name: dist
113113
path: dist
@@ -145,7 +145,7 @@ jobs:
145145
steps:
146146
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
147147
- name: Download distributions
148-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
148+
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
149149
with:
150150
name: dist
151151
path: dist

0 commit comments

Comments
 (0)