Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
MatthieuDartiailh committed Dec 9, 2022
2 parents d86e6ec + 7cdd516 commit 3dfb15f
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
- name: Store artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
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
- name: Store artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifact
path: dist/*.whl
Expand Down

0 comments on commit 3dfb15f

Please sign in to comment.