Skip to content

Commit b3eff79

Browse files
chore(deps): update github artifact actions
1 parent 018531b commit b3eff79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
docker-version: ${{ env.DOCKER_VERSION }}
4848

4949
- name: Save artifact with build results
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: docs
5353
path: |
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Download artifact
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v7
6969
with:
7070
name: docs
7171

@@ -93,7 +93,7 @@ jobs:
9393

9494
steps:
9595
- name: Download artifact
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@v7
9797
with:
9898
name: docs
9999

0 commit comments

Comments
 (0)