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

chore: bump actions/upload-artifact from 2 to 3#477

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/github_actions/actions/upload-artifact-3
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions.github/workflows/build.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -40,7 +40,7 @@ jobs:
run: make -j build/linux build/windows

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coder-cli
path: ./ci/bin/coder-cli-*
Expand DownExpand Up@@ -75,7 +75,7 @@ jobs:
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coder-cli
path: ./ci/bin/coder-cli-*
6 changes: 3 additions & 3 deletions.github/workflows/release.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,13 +34,13 @@ jobs:
run: make -j build/linux build/windows

- name: Upload linux
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coder-cli-linux-amd64
path: ./ci/bin/coder-cli-linux-amd64.tar.gz

- name: Upload windows
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coder-cli-windows
path: ./ci/bin/coder-cli-windows.zip
Expand DownExpand Up@@ -76,7 +76,7 @@ jobs:
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}

- name: Upload darwin
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coder-cli-darwin-amd64
path: ./ci/bin/coder-cli-darwin-amd64.zip
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp