Skip to content

Commit eb0baf8

Browse files
authored
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-5.5.2
2 parents f53d31b + 4f52676 commit eb0baf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
python-version: 3.12
4646
- name: Setup build cache
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
id: build_cache
4949
with:
5050
path: ${{ env.CACHED_BUILD_PATHS }}
@@ -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)