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

Commit 75feb55

Browse files
chore(deps): bump actions/upload-artifact from 3 to 4 (#309)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0115e9e commit 75feb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
mv ./RetroArcher-plex.bundle.zip ./artifacts/
107107
108108
- name: Upload Artifacts
109-
uses: actions/upload-artifact@v3
109+
uses: actions/upload-artifact@v4
110110
with:
111111
name: RetroArcher-plex.bundle
112112
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`

0 commit comments

Comments
 (0)