Skip to content

Commit 1bcbcc6

Browse files
chore(deps): update github artifact actions
1 parent 877a339 commit 1bcbcc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Upload test coverage information
3939
run: bash <(curl -s https://codecov.io/bash)
4040
- name: Upload build
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: build
4444
path: build
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@main
5252
- name: Download build
53-
uses: actions/download-artifact@v6
53+
uses: actions/download-artifact@v7
5454
with:
5555
name: build
5656
path: build

0 commit comments

Comments
 (0)