Skip to content

Commit 78a18fe

Browse files
authored
Merge pull request #483 from esheldon/dependabot/github_actions/github-actions-c2e7f7cad0
build(deps): bump the github-actions group with 2 updates
2 parents 3617758 + cbc67cd commit 78a18fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/wheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
pip install ./wheelhouse/*cp${pystr}*.whl
6161
pytest --pyargs fitsio
6262
63-
- uses: actions/upload-artifact@v5
63+
- uses: actions/upload-artifact@v6
6464
with:
6565
name: whl-linux
6666
path: ./wheelhouse/*.whl
@@ -106,7 +106,7 @@ jobs:
106106
pytest --pyargs fitsio
107107
deactivate
108108
109-
- uses: actions/upload-artifact@v5
109+
- uses: actions/upload-artifact@v6
110110
with:
111111
name: whl-musl
112112
path: ./wheelhouse/*.whl
@@ -144,7 +144,7 @@ jobs:
144144
pip install ./wheelhouse/*cp${pystr}*.whl
145145
pytest --pyargs fitsio
146146
147-
- uses: actions/upload-artifact@v5
147+
- uses: actions/upload-artifact@v6
148148
with:
149149
name: whl-macos
150150
path: ./wheelhouse/*.whl
@@ -182,7 +182,7 @@ jobs:
182182
pip install ./wheelhouse/*cp${pystr}*.whl
183183
pytest --pyargs fitsio
184184
185-
- uses: actions/upload-artifact@v5
185+
- uses: actions/upload-artifact@v6
186186
with:
187187
name: whl-arm
188188
path: ./wheelhouse/*.whl
@@ -209,7 +209,7 @@ jobs:
209209
pip install -U build
210210
211211
- name: download wheels
212-
uses: actions/download-artifact@v6
212+
uses: actions/download-artifact@v7
213213
with:
214214
path: ./wheels
215215
pattern: whl-*

0 commit comments

Comments
 (0)