Skip to content

Commit 9c13498

Browse files
authored
Merge pull request #289 from datum-cloud/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2 parents 7586186 + 730416e commit 9c13498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180

181181
- name: Upload Test Artifacts
182182
if: failure()
183-
uses: actions/upload-artifact@v5
183+
uses: actions/upload-artifact@v6
184184
with:
185185
name: test-artifacts-${{ github.run_id }}
186186
path: |

0 commit comments

Comments
 (0)