Skip to content

Commit 039fdc2

Browse files
authored
Merge pull request #24 from clov3r-cc/renovate/major-github-artifact-actions
chore(deps): update github artifact actions to v4 (major)
2 parents 02b6419 + 36b6fe7 commit 039fdc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-and-cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
deployments: write
1717
steps:
1818
- name: Download artifacts
19-
uses: actions/download-artifact@v3
19+
uses: actions/download-artifact@v4
2020
with:
2121
name: assets
2222
path: assets

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Format
2727
run: pnpm fmt
2828
- name: Upload files
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: assets
3232
path: src

0 commit comments

Comments
 (0)