Skip to content

Commit

Permalink
Use latest version for artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma committed Nov 25, 2024
1 parent ae55f39 commit e8760b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: python tests/parse_pymon.py
- name: Upload artifacts
if: ${{ always() }} # upload artifacts even if fail
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Test_Linux_python_${{ matrix.python-version }}
path: test_linux_artifacts_python_${{ matrix.python-version }}
Expand Down

0 comments on commit e8760b2

Please sign in to comment.