Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

chore(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0 #261

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/archive_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: flutter build aar

- name: Create Flutter AAR artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: flutter-aar
path: flutter_nps/build/host/outputs/repo
Expand All @@ -49,7 +49,7 @@ jobs:
perl -i -pe's/<base href=\"\/\"/<base href=\"\.\/\"/g' index.html

- name: Create Flutter web project artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: flutter-web-project
path: flutter_nps/build/web
Expand All @@ -59,13 +59,13 @@ jobs:
run: flutter build ios-framework

- name: Create Flutter Framework artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: flutter-framework
path: flutter_nps/build/ios/framework

- name: Create Flutter pod helper artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: ios-podhelper
path: flutter_nps/.ios/Flutter
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: SARIF file
path: results.sarif
Expand Down