Skip to content

Commit 5759901

Browse files
Merge pull request #525 from nextcloud/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4.4.2
2 parents 28fd94c + 648540a commit 5759901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
3131
with:
3232
arguments: ${{ matrix.task }}
33-
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
33+
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
3434
if: ${{ always() }}
3535
with:
3636
name: ${{ matrix.task }}-report

0 commit comments

Comments
 (0)