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

Commita2d9d56

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#638)
1 parent159ffcb commita2d9d56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
-name:Upload artifact (PR)
8686
if:github.event_name == 'pull_request'
87-
uses:actions/upload-artifact@v4
87+
uses:actions/upload-artifact@v5
8888
with:
8989
name:extension-pr-${{ github.event.pull_request.number }}
9090
path:${{ steps.setup.outputs.packageName }}
@@ -93,7 +93,7 @@ jobs:
9393

9494
-name:Upload artifact (main)
9595
if:github.event_name == 'push' && github.ref == 'refs/heads/main'
96-
uses:actions/upload-artifact@v4
96+
uses:actions/upload-artifact@v5
9797
with:
9898
name:extension-main-${{ github.sha }}
9999
path:${{ steps.setup.outputs.packageName }}

‎.github/workflows/pre-release.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run:vsce package --pre-release --out "${{ steps.setup.outputs.packageName }}"
6161

6262
-name:Upload artifact
63-
uses:actions/upload-artifact@v4
63+
uses:actions/upload-artifact@v5
6464
with:
6565
name:extension-${{ steps.version.outputs.version }}
6666
path:${{ steps.setup.outputs.packageName }}

‎.github/workflows/release.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run:vsce package --out "${{ steps.setup.outputs.packageName }}"
6161

6262
-name:Upload artifact
63-
uses:actions/upload-artifact@v4
63+
uses:actions/upload-artifact@v5
6464
with:
6565
name:extension-${{ steps.version.outputs.version }}
6666
path:${{ steps.setup.outputs.packageName }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp