Skip to content

Commit 7d8d69f

Browse files
authored
Update dart.yml
1 parent 8e27c68 commit 7d8d69f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/dart.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
# Run the post step to save the cache even if another step before fails
6262
save-always: # optional, default is false
6363

64-
- name: Upload a Build Artifact
65-
uses: actions/upload-artifact@v4.6.2
66-
with:
64+
- name: Upload a Build Artifact
65+
uses: actions/upload-artifact@v4.6.2
66+
with:
6767
# Artifact name
6868
name: # optional, default is artifact
6969
# A file, directory or wildcard pattern that describes what to upload
@@ -74,11 +74,11 @@ Available Options:
7474
error: Fail the action with an error message
7575
ignore: Do not output any warnings or errors, the action does not fail
7676

77-
if-no-files-found: # optional, default is warn
77+
if-no-files-found: # optional, default is warn
7878
# Duration after which artifact will expire in days. 0 means using default retention.
79-
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
79+
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
8080

81-
retention-days: # optional
81+
retention-days: # optional
8282
# The level of compression for Zlib to be applied to the artifact archive. The value can range from 0 to 9: - 0: No compression - 1: Best speed - 6: Default compression (same as GNU Gzip) - 9: Best compression Higher levels will result in better compression, but will take longer to complete. For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
8383

8484
compression-level: # optional, default is 6
@@ -91,8 +91,8 @@ Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
9191

9292

9393
- name: Setup Java JDK
94-
uses: actions/setup-java@v3.14.1
95-
with:
94+
uses: actions/setup-java@v3.14.1
95+
with:
9696
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
9797
java-version: # optional
9898
# The path to the `.java-version` file. See examples of supported syntax in README file
@@ -132,9 +132,9 @@ Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
132132
# Name of Maven Toolchain Vendor if the default name of "${distribution}" is not wanted. See examples of supported syntax in Advanced Usage file
133133
mvn-toolchain-vendor: # optional
134134

135-
- name: Setup Go environment
136-
uses: actions/setup-go@v5.5.0
137-
with:
135+
- name: Setup Go environment
136+
uses: actions/setup-go@v5.5.0
137+
with:
138138
# The Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks.
139139
go-version: # optional
140140
# Path to the go.mod or go.work file.

0 commit comments

Comments
 (0)