Skip to content

Commit 540a972

Browse files
committed
ci: upgrade actions/upload-artifact from v3 to v4
1 parent e9ddb1d commit 540a972

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
@@ -82,7 +82,7 @@ jobs:
8282
# Collect Tests Result of failed tests
8383
- name: Collect Tests Result
8484
if: ${{ failure() }}
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: tests-result
8888
path: ${{ github.workspace }}/build/reports/tests
@@ -107,7 +107,7 @@ jobs:
107107
# Collect Plugin Verifier Result
108108
- name: Collect Plugin Verifier Result
109109
if: ${{ always() }}
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: pluginVerifier-result
113113
path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -129,7 +129,7 @@ jobs:
129129
130130
# Store already-built plugin as an artifact for downloading
131131
- name: Upload artifact
132-
uses: actions/upload-artifact@v3
132+
uses: actions/upload-artifact@v4
133133
with:
134134
name: ${{ steps.artifact.outputs.filename }}
135135
path: ./build/distributions/content/*/*

0 commit comments

Comments
 (0)