Skip to content

Commit

Permalink
Bump version of actions checkout and upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Feb 12, 2024
1 parent 0875119 commit e0ddcee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- py3_casacore_v3.4
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build container
run: docker build . -t ${{ matrix.dist }} -f .github/workflows/${{ matrix.dist }}.docker
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: install homebrew packages
run: |
Expand All @@ -40,6 +40,6 @@ jobs:
run: venv/bin/delocate-wheel -v dist/*.whl

- name: Publish OS X binary wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: dist/*.whl

0 comments on commit e0ddcee

Please sign in to comment.