Skip to content

Commit 67c1bf7

Browse files
authored
Merge pull request #176 from libtcod/dependabot/github_actions/github-actions-985357984d
Bump the github-actions group with 2 updates
2 parents 22d8055 + 34a4ab0 commit 67c1bf7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: pip install build
7272
- name: Build source distribution
7373
run: python -m build --sdist
74-
- uses: actions/upload-artifact@v6
74+
- uses: actions/upload-artifact@v7
7575
with:
7676
name: sdist
7777
path: dist/tcod-*.tar.gz
@@ -171,7 +171,7 @@ jobs:
171171
if: runner.os != 'Windows'
172172
run: cat /tmp/xvfb.log
173173
- uses: codecov/codecov-action@v5
174-
- uses: actions/upload-artifact@v6
174+
- uses: actions/upload-artifact@v7
175175
if: runner.os == 'Windows'
176176
with:
177177
name: wheels-windows-${{ matrix.architecture }}-${{ matrix.python-version }}
@@ -290,7 +290,7 @@ jobs:
290290
BUILD_DESC=${BUILD_DESC//\*}
291291
echo BUILD_DESC=${BUILD_DESC} >> $GITHUB_ENV
292292
- name: Archive wheel
293-
uses: actions/upload-artifact@v6
293+
uses: actions/upload-artifact@v7
294294
with:
295295
name: wheels-linux-${{ matrix.arch }}-${{ env.BUILD_DESC }}
296296
path: wheelhouse/*.whl
@@ -339,7 +339,7 @@ jobs:
339339
PYTHON_DESC=${PYTHON_DESC//\*/X}
340340
echo PYTHON_DESC=${PYTHON_DESC} >> $GITHUB_ENV
341341
- name: Archive wheel
342-
uses: actions/upload-artifact@v6
342+
uses: actions/upload-artifact@v7
343343
with:
344344
name: wheels-macos-${{ env.PYTHON_DESC }}
345345
path: wheelhouse/*.whl
@@ -367,7 +367,7 @@ jobs:
367367
CIBW_BUILD: cp313-pyodide_wasm32
368368
CIBW_PLATFORM: pyodide
369369
- name: Archive wheel
370-
uses: actions/upload-artifact@v6
370+
uses: actions/upload-artifact@v7
371371
with:
372372
name: pyodide
373373
path: wheelhouse/*.whl
@@ -385,11 +385,11 @@ jobs:
385385
permissions:
386386
id-token: write # Attestation
387387
steps:
388-
- uses: actions/download-artifact@v7
388+
- uses: actions/download-artifact@v8
389389
with:
390390
name: sdist
391391
path: dist/
392-
- uses: actions/download-artifact@v7
392+
- uses: actions/download-artifact@v8
393393
with:
394394
pattern: wheels-*
395395
path: dist/

0 commit comments

Comments
 (0)