Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 0bee128

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...v3.1.3) --- 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 3b4301e commit 0bee128

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
mv templates/ share/templates
6060
6161
- name: Upload the artifacts
62-
uses: actions/[email protected].2
62+
uses: actions/[email protected].3
6363
with:
6464
name: artifacts
6565
path: share/
@@ -121,7 +121,7 @@ jobs:
121121
tar -czvf mas-cli-${{ matrix.arch }}-linux.tar.gz --owner=0 --group=0 -C dist/ .
122122
123123
- name: Upload the binary as artifact
124-
uses: actions/[email protected].2
124+
uses: actions/[email protected].3
125125
with:
126126
name: ${{ matrix.arch }}-linux
127127
path: mas-cli-${{ matrix.arch }}-linux.tar.gz
@@ -188,7 +188,7 @@ jobs:
188188
tar -czvf mas-cli-${{ matrix.arch }}-macos.tar.gz --owner=0 --group=0 -C dist/ .
189189
190190
- name: Upload the binary as artifact
191-
uses: actions/[email protected].2
191+
uses: actions/[email protected].3
192192
with:
193193
name: ${{ matrix.arch }}-macos
194194
path: mas-cli-${{ matrix.arch }}-macos.tar.gz

0 commit comments

Comments
 (0)