Skip to content

Commit d08494f

Browse files
authored
Merge pull request #26 from ntsk/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2 parents 9b13d61 + 68a2bf9 commit d08494f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run tests
2929
run: bundle exec rake
3030
- name: Upload artifact
31-
uses: actions/upload-artifact@v5
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: test-results-${{ matrix.ruby }}
3434
path: test-results

0 commit comments

Comments
 (0)