Skip to content

Commit b7b3feb

Browse files
authored
Bump upload-artifact to v4 (#123)
1 parent 1848a95 commit b7b3feb

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
@@ -83,7 +83,7 @@ jobs:
8383
# Collect Tests Result of failed tests
8484
- name: Collect Tests Result
8585
if: ${{ failure() }}
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: tests-result
8989
path: ${{ github.workspace }}/build/reports/tests
@@ -108,7 +108,7 @@ jobs:
108108
# Collect Plugin Verifier Result
109109
- name: Collect Plugin Verifier Result
110110
if: ${{ always() }}
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: pluginVerifier-result
114114
path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -131,7 +131,7 @@ jobs:
131131
132132
# Store already-built plugin as an artifact for downloading
133133
- name: Upload artifact
134-
uses: actions/upload-artifact@v3
134+
uses: actions/upload-artifact@v4
135135
with:
136136
name: ${{ steps.artifact.outputs.filename }}
137137
path: ./build/distributions/content/*/*

0 commit comments

Comments
 (0)