Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commita3a352e

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] <support@github.com>
1 parentabc1a86 commita3a352e

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)

[8]ページ先頭

©2009-2025 Movatter.jp