Skip to content

Commit a4b6a48

Browse files
[skip ci] Update actions/upload-artifact action to v4 (#249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25854b4 commit a4b6a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase_functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Upload npm logs
3232
if: always()
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: npm-logs
3636
path: "~/.npm/_logs/**/*"

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
./tool/build.sh
3636
flutter test --coverage
3737
- run: flutter test --coverage
38-
- uses: actions/upload-artifact@v3
38+
- uses: actions/upload-artifact@v4
3939
if: failure()
4040
with:
4141
name: failures

0 commit comments

Comments
 (0)