Skip to content

Commit 54d82dd

Browse files
chore(deps): update github artifact actions
1 parent 17d3778 commit 54d82dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build with Maven
3030
run: mvn -B package
3131
- name: Upload jar
32-
uses: actions/upload-artifact@v6
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: jar
3535
path: onyxia-api/target/*.jar
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v6
5252
- name: Download jar
5353
id: download
54-
uses: actions/download-artifact@v7
54+
uses: actions/download-artifact@v8
5555
with:
5656
name: jar
5757
path: onyxia-api/target

0 commit comments

Comments
 (0)