Skip to content

Commit 2b62138

Browse files
β¬†οΈπŸ‘¨β€πŸ’» Update GitHub Artifact Actions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4226cc9 commit 2b62138

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Ž.github/workflows/pyfiction-docstring-generator.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
`find ${{ github.workspace }}/include/fiction -name "*.hpp" -print`
4343
4444
- name: Upload docstrings as an artifact
45-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
45+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4646
with:
4747
path: ${{ github.workspace }}/bindings/mnt/pyfiction/include/pyfiction/pybind11_mkdoc_docstrings.hpp
4848
overwrite: true

β€Ž.github/workflows/pyfiction-pypi-deployment.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: uvx twine check dist/*
7474

7575
- name: Upload sdist as an artifact
76-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
76+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7777
with:
7878
name: cibw-sdist
7979
path: dist/*.tar.gz
@@ -126,7 +126,7 @@ jobs:
126126
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3
127127

128128
- name: Upload wheel as an artifact
129-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
129+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
130130
with:
131131
name: cibw-wheels-${{ matrix.runs-on }}
132132
path: ./wheelhouse/*.whl
@@ -139,7 +139,7 @@ jobs:
139139
if: github.event_name == 'release' && github.event.action == 'published'
140140
steps:
141141
- name: Download the previously stored artifacts
142-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
142+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
143143
with:
144144
pattern: cibw-*
145145
path: dist

0 commit comments

Comments
Β (0)