Skip to content

Commit 2ac0e74

Browse files
authored
Merge pull request #70 from entur/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents f03cba1 + e9d39be commit 2ac0e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

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

3131
- name: Upload reports
3232
if: failure()
33-
uses: actions/upload-artifact@v5
33+
uses: actions/upload-artifact@v6
3434
with:
3535
name: unit-test-report
3636
path: |

0 commit comments

Comments
 (0)