Skip to content

Commit

Permalink
downgrade upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Aug 17, 2024
1 parent 499380c commit e656c85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
dry-run: false
language: c++
- name: Upload Crash
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@v3
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts-cifuzz
name: artifacts
path: ./out/artifacts
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
python setup.py bdist_wheel
- name: Upload artifcacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@v3
with:
name: artifcacts-cmake
name: artifcacts
path: ./build/*.7z

- name: Upload Release Assets
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
run: cp -f dist/*.tar.gz wheelhouse/

- name: Upload artifact
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@v3
with:
name: artifacts-wheel
name: artifacts
path: |
./python/wheelhouse/*.whl
./python/wheelhouse/*.tar.gz
Expand Down

0 comments on commit e656c85

Please sign in to comment.