Thanks to visit codestin.com
Credit goes to github.com

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

Commit a3a352e

Browse files
chore: bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent abc1a86 commit a3a352e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: make -j build/linux build/windows
4141

4242
- name: Upload
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v3
4444
with:
4545
name: coder-cli
4646
path: ./ci/bin/coder-cli-*
@@ -75,7 +75,7 @@ jobs:
7575
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
7676

7777
- name: Upload
78-
uses: actions/upload-artifact@v2
78+
uses: actions/upload-artifact@v3
7979
with:
8080
name: coder-cli
8181
path: ./ci/bin/coder-cli-*

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
run: make -j build/linux build/windows
3535

3636
- name: Upload linux
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v3
3838
with:
3939
name: coder-cli-linux-amd64
4040
path: ./ci/bin/coder-cli-linux-amd64.tar.gz
4141

4242
- name: Upload windows
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v3
4444
with:
4545
name: coder-cli-windows
4646
path: ./ci/bin/coder-cli-windows.zip
@@ -76,7 +76,7 @@ jobs:
7676
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
7777

7878
- name: Upload darwin
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v3
8080
with:
8181
name: coder-cli-darwin-amd64
8282
path: ./ci/bin/coder-cli-darwin-amd64.zip

0 commit comments

Comments
 (0)