Skip to content

Commit

Permalink
Merge pull request #92 from pyvisa/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
MatthieuDartiailh committed Dec 18, 2023
2 parents ba8f6a1 + d1cf43d commit ecb2fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install dist/*.tar.gz
python -X dev -m pytest --pyargs pyvisa_sim
- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact
path: dist/*
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
pip install dist/*.whl
python -X dev -m pytest --pyargs pyvisa_sim
- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact
path: dist/*.whl
Expand Down

0 comments on commit ecb2fef

Please sign in to comment.