We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07acf71 commit 9d9d250Copy full SHA for 9d9d250
1 file changed
.github/workflows/tests.yml
@@ -134,7 +134,7 @@ jobs:
134
always() &&
135
(steps.run_tests.outcome == 'success' || steps.run_tests.outcome == 'failure') &&
136
matrix.array-expr == 'false'
137
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
138
with:
139
name: ${{ matrix.os }}-${{ matrix.environment }}-${{ matrix.extra }}
140
path: |
@@ -149,7 +149,7 @@ jobs:
149
runs-on: ubuntu-latest
150
steps:
151
- name: Upload
152
153
154
name: Event File
155
path: ${{ github.event_path }}
0 commit comments