Skip to content

Commit d5d9433

Browse files
GH Actions: 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] <support@github.com>
1 parent 85abb5a commit d5d9433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Upload the FOLDER (not a .zip). The artifact service zips it for us,
9898
# keeping the top-level folder name inside the archive.
9999
- name: Upload plugin artifact
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: ${{ secrets.DOT_ORG_SLUG }}
103103
path: ${{ steps.prep.outputs.PKG_DIR }}

0 commit comments

Comments
 (0)