Skip to content

Commit adeb15e

Browse files
dependabot[bot]nekofar
authored andcommitted
ci(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (#346)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed62384 commit adeb15e

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
@@ -122,7 +122,7 @@ jobs:
122122
123123
# Store already-built plugin as an artifact for downloading
124124
- name: Upload artifact
125-
uses: actions/upload-artifact@v4.3.2
125+
uses: actions/upload-artifact@v4.3.3
126126
with:
127127
name: ${{ steps.artifact.outputs.filename }}
128128
path: ./build/distributions/content/*/*
@@ -156,7 +156,7 @@ jobs:
156156
# Collect Tests Result of failed tests
157157
- name: Collect Tests Result
158158
if: ${{ failure() }}
159-
uses: actions/upload-artifact@v4.3.2
159+
uses: actions/upload-artifact@v4.3.3
160160
with:
161161
name: tests-result
162162
path: ${{ github.workspace }}/build/reports/tests
@@ -236,7 +236,7 @@ jobs:
236236
# Collect Plugin Verifier Result
237237
- name: Collect Plugin Verifier Result
238238
if: ${{ always() }}
239-
uses: actions/upload-artifact@v4.3.2
239+
uses: actions/upload-artifact@v4.3.3
240240
with:
241241
name: pluginVerifier-result
242242
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)