Skip to content

Commit e74bdc6

Browse files
authored
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#4103)
2 parents 8e387aa + f462607 commit e74bdc6

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
@@ -74,7 +74,7 @@ jobs:
7474
chmod -R u=rwX,go=rX assets-dist/
7575
7676
- name: Upload assets
77-
uses: actions/[email protected].0
77+
uses: actions/[email protected].1
7878
with:
7979
name: assets
8080
path: assets-dist
@@ -132,7 +132,7 @@ jobs:
132132
-p mas-cli
133133
134134
- name: Upload binary artifact
135-
uses: actions/[email protected].0
135+
uses: actions/[email protected].1
136136
with:
137137
name: binary-${{ matrix.target }}
138138
path: target/${{ matrix.target }}/release/mas-cli
@@ -180,13 +180,13 @@ jobs:
180180
done
181181
182182
- name: Upload aarch64 archive
183-
uses: actions/[email protected].0
183+
uses: actions/[email protected].1
184184
with:
185185
name: mas-cli-aarch64-linux
186186
path: mas-cli-aarch64-linux.tar.gz
187187

188188
- name: Upload x86_64 archive
189-
uses: actions/[email protected].0
189+
uses: actions/[email protected].1
190190
with:
191191
name: mas-cli-x86_64-linux
192192
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].0
254+
uses: actions/[email protected].1
255255
with:
256256
name: nextest-archive
257257
path: nextest-archive.tar.zst

0 commit comments

Comments
 (0)