Skip to content

Commit e656c85

Browse files
committed
downgrade upload-artifact
1 parent 499380c commit e656c85

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/cifuzz.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
dry-run: false
2424
language: c++
2525
- name: Upload Crash
26-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
26+
uses: actions/upload-artifact@v3
2727
if: failure() && steps.build.outcome == 'success'
2828
with:
29-
name: artifacts-cifuzz
29+
name: artifacts
3030
path: ./out/artifacts

Diff for: .github/workflows/cmake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
python setup.py bdist_wheel
6868
6969
- name: Upload artifcacts
70-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
70+
uses: actions/upload-artifact@v3
7171
with:
72-
name: artifcacts-cmake
72+
name: artifcacts
7373
path: ./build/*.7z
7474

7575
- name: Upload Release Assets

Diff for: .github/workflows/wheel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
run: cp -f dist/*.tar.gz wheelhouse/
9292

9393
- name: Upload artifact
94-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
94+
uses: actions/upload-artifact@v3
9595
with:
96-
name: artifacts-wheel
96+
name: artifacts
9797
path: |
9898
./python/wheelhouse/*.whl
9999
./python/wheelhouse/*.tar.gz

0 commit comments

Comments
 (0)