Skip to content

Commit 8bc1314

Browse files
chore(deps): update github artifact actions (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6623c49 commit 8bc1314

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/setup.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: build
2121
run: uv build --sdist
2222
- name: Store the binary wheel
23-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
23+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
2424
with:
2525
name: dist-linux
2626
path: dist
@@ -47,7 +47,7 @@ jobs:
4747
- name: build
4848
run: uv build --wheel
4949
- name: Store the binary wheel
50-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5151
with:
5252
name: dist-windows-${{ matrix.python-version }}
5353
path: dist
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
version: 0.10.6
7171
- uses: ./.github/actions/install-gammu
72-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
72+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
7373
with:
7474
path: dist
7575
merge-multiple: true
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595
- name: Download all the dists
96-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
96+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
9797
with:
9898
path: dist/
9999
merge-multiple: true
@@ -112,7 +112,7 @@ jobs:
112112
contents: write
113113
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'gammu/python-gammu'
114114
steps:
115-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
115+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
116116
with:
117117
path: dist/
118118
merge-multiple: true

0 commit comments

Comments
 (0)