Skip to content

Commit 57b9581

Browse files
chore(deps): bump the actions group with 2 updates (#728)
1 parent 602915c commit 57b9581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
if: github.event_name == 'release' && github.event.action == 'published'
3333
steps:
34-
- uses: actions/download-artifact@v6
34+
- uses: actions/download-artifact@v7
3535
with:
3636
name: Packages
3737
path: dist

.github/workflows/reusable-cookie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: Show results
180180
run: ls -l dist
181181

182-
- uses: actions/upload-artifact@v5
182+
- uses: actions/upload-artifact@v6
183183
with:
184184
name: Packages
185185
path: dist

0 commit comments

Comments
 (0)