Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 5d0b244

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#97)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d64a50 commit 5d0b244

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
mv ./Plugger.bundle.zip ./artifacts/
114114
115115
- name: Upload Artifacts
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: Plugger.bundle
119119
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
367367
- name: Upload Artifacts
368368
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
369-
uses: actions/upload-artifact@v3
369+
uses: actions/upload-artifact@v4
370370
with:
371371
name: Docker${{ matrix.tag }}
372372
path: artifacts/

0 commit comments

Comments
 (0)