Skip to content

Commit 61a0b58

Browse files
authored
Merge pull request #433 from nirtal85/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4.4.3
2 parents ee38956 + 2d93e24 commit 61a0b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
--group ${{ matrix.group }}
6969
- name: Upload test results
7070
if: always()
71-
uses: actions/upload-artifact@v4.4.0
71+
uses: actions/upload-artifact@v4.4.3
7272
with:
7373
name: test-results-${{ matrix.group }}
7474
path: |

0 commit comments

Comments
 (0)