Skip to content

Commit 3546842

Browse files
authored
Merge pull request #16 from skitsanos/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2 parents 4aff9bb + 5cfe5a0 commit 3546842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
tests/hurl/hello.hurl
112112
113113
- name: Upload test results
114-
uses: actions/upload-artifact@v4
114+
uses: actions/upload-artifact@v5
115115
if: always()
116116
with:
117117
name: test-results

0 commit comments

Comments
 (0)