Skip to content

Commit ce5d96a

Browse files
Update actions/upload-artifact action to v6
1 parent 767e92c commit ce5d96a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
# Store already-built plugin as an artifact for downloading
9292
- name: Upload artifact
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v6
9494
with:
9595
name: ${{ steps.artifact.outputs.filename }}
9696
path: ./build/distributions/content/*/*
@@ -126,7 +126,7 @@ jobs:
126126
# Collect Tests Result of failed tests
127127
- name: Collect Tests Result
128128
if: ${{ failure() }}
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v6
130130
with:
131131
name: tests-result
132132
path: ${{ github.workspace }}/build/reports/tests
@@ -182,7 +182,7 @@ jobs:
182182
# Collect Plugin Verifier Result
183183
- name: Collect Plugin Verifier Result
184184
if: ${{ always() }}
185-
uses: actions/upload-artifact@v4
185+
uses: actions/upload-artifact@v6
186186
with:
187187
name: pluginVerifier-result
188188
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)