Skip to content

Commit fe1fbc4

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#4923)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b4b7fc commit fe1fbc4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/diff_shades.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
--force-${{ matrix.style }}-style -v
104104

105105
- name: Upload baseline analysis
106-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
106+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
107107
with:
108108
name: ${{ matrix.baseline-analysis }}
109109
path: ${{ matrix.baseline-analysis }}
@@ -166,7 +166,7 @@ jobs:
166166
--force-${{ matrix.style }}-style -v
167167

168168
- name: Upload target analysis
169-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
169+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
170170
with:
171171
name: ${{ matrix.target-analysis }}
172172
path: ${{ matrix.target-analysis }}
@@ -205,7 +205,7 @@ jobs:
205205
compare --diff ${{ matrix.baseline-analysis }} ${{ matrix.target-analysis }}
206206
207207
- name: Upload diff report
208-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
208+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
209209
with:
210210
name: ${{ matrix.style }}-diff.html
211211
path: diff.html
@@ -221,7 +221,7 @@ jobs:
221221
222222
- name: Upload summary file (PR only)
223223
if: github.event_name == 'pull_request'
224-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
224+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
225225
with:
226226
name: .${{ matrix.style }}.pr-comment.md
227227
path: .${{ matrix.style }}.pr-comment.md

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
digest: ${{ steps.build.outputs.digest }}
6666

6767
- name: Upload digest
68-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
68+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6969
with:
7070
name: digests-${{ steps.prepare.outputs.platform }}
7171
path: digests/*

.github/workflows/pypi_upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
only: ${{ matrix.only }}
8484

8585
- name: Upload wheels as workflow artifacts
86-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
86+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8787
with:
8888
name: ${{ matrix.only }}-mypyc-wheels
8989
path: wheelhouse/
@@ -108,7 +108,7 @@ jobs:
108108
run: python -m hatch build
109109

110110
- name: Store the distribution packages
111-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
111+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
112112
with:
113113
name: sdist-and-pure-wheel
114114
path: dist/

0 commit comments

Comments
 (0)