Skip to content

Commit e5b5919

Browse files
chore(deps): update github artifact actions
1 parent ed8fed0 commit e5b5919

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: hatch build --target sdist
7171

7272
- name: Upload sdist
73-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
73+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7474
with:
7575
name: wheels-sdist
7676
path: pact-python-cli/dist/*.tar*
@@ -106,7 +106,7 @@ jobs:
106106
CIBW_BUILD: cp${{ env.STABLE_PYTHON_VERSION }}-*
107107

108108
- name: Upload wheels
109-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
109+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
110110
with:
111111
name: wheels-${{ matrix.os }}
112112
path: wheelhouse/*.whl
@@ -179,7 +179,7 @@ jobs:
179179
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
180180

181181
- name: Download wheels and sdist
182-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
182+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
183183
with:
184184
path: wheelhouse
185185
merge-multiple: true

.github/workflows/build-ffi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: hatch build --target sdist
7171

7272
- name: Upload sdist
73-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
73+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7474
with:
7575
name: wheels-sdist
7676
path: pact-python-ffi/dist/*.tar*
@@ -107,7 +107,7 @@ jobs:
107107
HATCH_VERBOSE: '1'
108108

109109
- name: Upload wheels
110-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
110+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
111111
with:
112112
name: wheels-${{ matrix.os }}
113113
path: wheelhouse/*.whl
@@ -180,7 +180,7 @@ jobs:
180180
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
181181

182182
- name: Download wheels and sdist
183-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
183+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
184184
with:
185185
path: wheelhouse
186186
merge-multiple: true

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ jobs:
6868
run: hatch build
6969

7070
- name: Upload sdist
71-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
71+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7272
with:
7373
name: wheels-sdist
7474
path: ./dist/*.tar*
7575
if-no-files-found: error
7676
compression-level: 0
7777

7878
- name: Upload wheel
79-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
79+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8080
with:
8181
name: wheels-whl
8282
path: ./dist/*.whl
@@ -146,7 +146,7 @@ jobs:
146146
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
147147

148148
- name: Download wheels and sdist
149-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
149+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
150150
with:
151151
path: wheelhouse
152152
merge-multiple: true

0 commit comments

Comments
 (0)