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

Commit38a5079

Browse files
Bump actions/upload-artifact from 5 to 6 (#641)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.- [Release notes](https://github.com/actions/upload-artifact/releases)- [Commits](actions/upload-artifact@v5...v6)---updated-dependencies:- dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent144e31c commit38a5079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/build.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
NETPLAY_ID:${{ secrets.NETPLAY_ID }}
6565
-name:Upload file
66-
uses:actions/upload-artifact@v5
66+
uses:actions/upload-artifact@v6
6767
with:
6868
name:gopher64-${{ matrix.arch }}
6969
path:output/gopher64-${{ matrix.arch }}
@@ -110,7 +110,7 @@ jobs:
110110
NETPLAY_ID:${{ secrets.NETPLAY_ID }}
111111
-name:Upload unsigned artifact
112112
id:upload-unsigned-artifact
113-
uses:actions/upload-artifact@v5
113+
uses:actions/upload-artifact@v6
114114
with:
115115
name:gopher64-${{ matrix.arch }}
116116
path:output/gopher64-${{ matrix.arch }}.exe
@@ -154,7 +154,7 @@ jobs:
154154
AR:ar
155155
NETPLAY_ID:${{ secrets.NETPLAY_ID }}
156156
-name:Upload file
157-
uses:actions/upload-artifact@v5
157+
uses:actions/upload-artifact@v6
158158
with:
159159
name:gopher64-${{ matrix.arch }}
160160
path:output/gopher64-${{ matrix.arch }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp