Skip to content

Commit dfda597

Browse files
chore(deps): update actions/upload-artifact action to v7.0.1
1 parent 97b172b commit dfda597

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo CHROMEDRIVER_PORT_4444=yes >$GITHUB_ENV
4040
- run: ./tool/test.sh --coverage
4141
- run: dart --version && dart format --set-exit-if-changed --output none .
42-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
42+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4343
if: failure()
4444
with:
4545
name: failures

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
results_file: results.sarif
2727
results_format: sarif
2828
publish_results: true
29-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
29+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3030
with:
3131
path: results.sarif
3232
- uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1

0 commit comments

Comments
 (0)