Skip to content

Commit c144973

Browse files
Merge pull request #1484 from procrastinate-org/renovate/major-all
Update all dependencies (major)
2 parents 2030b97 + dd1a873 commit c144973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
PY_COLORS: 1
6565

6666
- name: Store coverage file
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: coverage-${{ matrix.python-version }}
7070
path: .coverage.${{ matrix.python-version }}
@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
140140

141-
- uses: actions/download-artifact@v6
141+
- uses: actions/download-artifact@v7
142142
with:
143143
pattern: coverage-*
144144
merge-multiple: true
@@ -150,7 +150,7 @@ jobs:
150150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151151

152152
- name: Store Pull Request comment to be posted
153-
uses: actions/upload-artifact@v5
153+
uses: actions/upload-artifact@v6
154154
with:
155155
name: python-coverage-comment-action
156156
path: python-coverage-comment-action.txt

0 commit comments

Comments
 (0)