Skip to content

Commit f526eb9

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98b8c5b commit f526eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/assets_artifact_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ jobs:
8080
run: zip -r /tmp/partdb_assets.zip public/build/ vendor/
8181

8282
- name: Upload assets artifact
83-
uses: actions/upload-artifact@v5
83+
uses: actions/upload-artifact@v6
8484
with:
8585
name: Only dependencies and built assets
8686
path: /tmp/partdb_assets.zip
8787

8888
- name: Upload full artifact
89-
uses: actions/upload-artifact@v5
89+
uses: actions/upload-artifact@v6
9090
with:
9191
name: Full Part-DB including dependencies and built assets
9292
path: /tmp/partdb_with_assets.zip

0 commit comments

Comments
 (0)