Skip to content

Commit 42bf0d7

Browse files
build(deps): 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 99220b6 commit 42bf0d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# This will also trigger "make dist" that creates the Python packages
5656
make aws-lambda-layer
5757
- name: Upload Python Packages
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: artifact-build_lambda_layer
6161
path: |
@@ -79,7 +79,7 @@ jobs:
7979
make apidocs
8080
cd docs/_build && zip -r gh-pages ./
8181
82-
- uses: actions/upload-artifact@v5
82+
- uses: actions/upload-artifact@v6
8383
with:
8484
name: artifact-docs
8585
path: |
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
needs: [build_lambda_layer, docs]
9595
steps:
96-
- uses: actions/upload-artifact/merge@v5
96+
- uses: actions/upload-artifact/merge@v6
9797
with:
9898
# Craft expects release assets from github to be a single artifact named after the sha.
9999
name: ${{ github.sha }}

0 commit comments

Comments
 (0)