Skip to content

Commit 9d9d250

Browse files
Bump actions/upload-artifact from 4 to 5 (#12114)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07acf71 commit 9d9d250

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
always() &&
135135
(steps.run_tests.outcome == 'success' || steps.run_tests.outcome == 'failure') &&
136136
matrix.array-expr == 'false'
137-
uses: actions/upload-artifact@v4
137+
uses: actions/upload-artifact@v5
138138
with:
139139
name: ${{ matrix.os }}-${{ matrix.environment }}-${{ matrix.extra }}
140140
path: |
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ubuntu-latest
150150
steps:
151151
- name: Upload
152-
uses: actions/upload-artifact@v4
152+
uses: actions/upload-artifact@v5
153153
with:
154154
name: Event File
155155
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)