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

Commit9a4e992

Browse files
chore: bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.- [Release notes](https://github.com/actions/upload-artifact/releases)- [Commits](actions/upload-artifact@v4...v5)---updated-dependencies:- dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1 parent51d1d57 commit9a4e992

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Collect Tests Result of failed tests
4040
-if:${{ failure() }}
41-
uses:actions/upload-artifact@v4
41+
uses:actions/upload-artifact@v5
4242
with:
4343
name:tests-result
4444
path:${{ github.workspace }}/build/reports/tests
@@ -105,7 +105,7 @@ jobs:
105105
# # Collect Plugin Verifier Result
106106
# - name: Collect Plugin Verifier Result
107107
# if: ${{ always() }}
108-
# uses: actions/upload-artifact@v4
108+
# uses: actions/upload-artifact@v5
109109
# with:
110110
# name: pluginVerifier-result
111111
# path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -125,7 +125,7 @@ jobs:
125125
echo "::set-output name=filename::${FILENAME:0:-4}"
126126
# Store already-built plugin as an artifact for downloading
127127
-name:Upload artifact
128-
uses:actions/upload-artifact@v4
128+
uses:actions/upload-artifact@v5
129129
with:
130130
name:${{ steps.artifact.outputs.filename }}
131131
path:./build/distributions/content/*/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp