Skip to content

Commit 688565a

Browse files
authored
Merge pull request #71 from webcomics/renovate/major-github-artifact-actions
2 parents c510dbd + 6fe6e6a commit 688565a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python -m build --no-isolation
3939
4040
- name: Archive packages
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: dist
4444
path: dist/*
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Download archived package
56-
uses: actions/download-artifact@v6
56+
uses: actions/download-artifact@v7
5757
with:
5858
name: dist
5959

0 commit comments

Comments
 (0)