Skip to content

Commit b09fef2

Browse files
chore(deps): update github artifact actions
1 parent 37ae4bc commit b09fef2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id-token: write # IMPORTANT: mandatory for trusted publishing
2828

2929
steps:
30-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
30+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3131
with:
3232
name: Packages
3333
path: dist

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
PYTHON: ${{ matrix.python-version }}
7070
run: uvx --with tox-uv tox -e "$PYTHON"
7171
- name: Upload coverage data
72-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
72+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7373
with:
7474
include-hidden-files: true
7575
name: coverage-data-${{ matrix.os }}-py${{ matrix.python-version }}
@@ -81,7 +81,7 @@ jobs:
8181
needs: test
8282
steps:
8383
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
84-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
84+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8585
with:
8686
pattern: coverage-data-*
8787
merge-multiple: true

0 commit comments

Comments
 (0)