Skip to content

Commit dcfc660

Browse files
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a9d4b4 commit dcfc660

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
chmod -R u=rwX,go=rX assets-dist/
8181
8282
- name: Upload assets
83-
uses: actions/[email protected].1
83+
uses: actions/[email protected].2
8484
with:
8585
name: assets
8686
path: assets-dist
@@ -139,7 +139,7 @@ jobs:
139139
-p mas-cli
140140
141141
- name: Upload binary artifact
142-
uses: actions/[email protected].1
142+
uses: actions/[email protected].2
143143
with:
144144
name: binary-${{ matrix.target }}
145145
path: target/${{ matrix.target }}/release/mas-cli
@@ -188,13 +188,13 @@ jobs:
188188
done
189189
190190
- name: Upload aarch64 archive
191-
uses: actions/[email protected].1
191+
uses: actions/[email protected].2
192192
with:
193193
name: mas-cli-aarch64-linux
194194
path: mas-cli-aarch64-linux.tar.gz
195195

196196
- name: Upload x86_64 archive
197-
uses: actions/[email protected].1
197+
uses: actions/[email protected].2
198198
with:
199199
name: mas-cli-x86_64-linux
200200
path: mas-cli-x86_64-linux.tar.gz

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
SQLX_OFFLINE: "1"
252252

253253
- name: Upload archive to workflow
254-
uses: actions/[email protected].1
254+
uses: actions/[email protected].2
255255
with:
256256
name: nextest-archive
257257
path: nextest-archive.tar.zst

0 commit comments

Comments
 (0)