Skip to content

Commit 0c7f849

Browse files
authored
Merge pull request #298 from learningequality/dependabot/github_actions/github-985357984d
Bump the github group with 2 updates
2 parents dfbc857 + 3e63aa6 commit 0c7f849

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/check_migrations_sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uv build --wheel
3333
- name: Upload wheel artifact
3434
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: wheel
3838
path: dist/*.whl
@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 0
6060
- name: Download wheel artifact
6161
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v8
6363
with:
6464
name: wheel
6565
path: dist/

.github/workflows/tox.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uv build --wheel
3333
- name: Upload wheel artifact
3434
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: wheel
3838
path: dist/*.whl
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v6
5050
- name: Download wheel artifact
5151
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v8
5353
with:
5454
name: wheel
5555
path: dist/
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@v6
8181
- name: Download wheel artifact
8282
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
83-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v8
8484
with:
8585
name: wheel
8686
path: dist/
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v6
113113
- name: Download wheel artifact
114114
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v8
116116
with:
117117
name: wheel
118118
path: dist/
@@ -149,7 +149,7 @@ jobs:
149149
- uses: actions/checkout@v6
150150
- name: Download wheel artifact
151151
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
152-
uses: actions/download-artifact@v4
152+
uses: actions/download-artifact@v8
153153
with:
154154
name: wheel
155155
path: dist/
@@ -199,7 +199,7 @@ jobs:
199199
- uses: actions/checkout@v6
200200
- name: Download wheel artifact
201201
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
202-
uses: actions/download-artifact@v4
202+
uses: actions/download-artifact@v8
203203
with:
204204
name: wheel
205205
path: dist/
@@ -228,7 +228,7 @@ jobs:
228228
- uses: actions/checkout@v6
229229
- name: Download wheel artifact
230230
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
231-
uses: actions/download-artifact@v4
231+
uses: actions/download-artifact@v8
232232
with:
233233
name: wheel
234234
path: dist/

0 commit comments

Comments
 (0)