Skip to content

Commit

Permalink
Bumb upload artefact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali authored and Kobzol committed Sep 12, 2024
1 parent 382306d commit e493472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "::set-output name=archive-name::$ARCHIVE_NAME"
- name: Store archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: archive-x64
path: ${{ steps.archive.outputs.archive-name }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
echo "::set-output name=archive-name::$ARCHIVE_NAME"
- name: Store archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: archive-${{ matrix.name }}
path: ${{ steps.archive.outputs.archive-name }}
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
source venv/bin/activate
python3 -m pytest tests/pyapi
- name: Upload test artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: archive-pyhq
path: wheels/hyperqueue-*.whl
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: tar -cvf artifacts.tar /tmp/pytest-*

- name: Upload test artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always() && steps.python_test.outcome == 'failure'
with:
name: pytest artifacts
Expand Down

0 comments on commit e493472

Please sign in to comment.