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

Commit8bff063

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#636)
1 parenta2d9d56 commit8bff063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/publish-extension.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
-name:Install vsce
6868
run:npm install -g @vscode/vsce
6969

70-
-uses:actions/download-artifact@v5
70+
-uses:actions/download-artifact@v6
7171
with:
7272
name:extension-${{ inputs.version }}
7373

@@ -93,7 +93,7 @@ jobs:
9393
-name:Install ovsx
9494
run:npm install -g ovsx
9595

96-
-uses:actions/download-artifact@v5
96+
-uses:actions/download-artifact@v6
9797
with:
9898
name:extension-${{ inputs.version }}
9999

@@ -111,7 +111,7 @@ jobs:
111111
needs:setup
112112
runs-on:ubuntu-22.04
113113
steps:
114-
-uses:actions/download-artifact@v5
114+
-uses:actions/download-artifact@v6
115115
with:
116116
name:extension-${{ inputs.version }}
117117

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp