Skip to content

Commit 273e04a

Browse files
Merge pull request #103 from opencastsoftware/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v6
2 parents 043c411 + 8f2a03f commit 273e04a

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
@@ -48,7 +48,7 @@ jobs:
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949

5050
- name: Publish Test Results
51-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
51+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
5252
if: always()
5353
with:
5454
name: test-results

0 commit comments

Comments
 (0)