Skip to content

Commit

Permalink
Update to checkout, [upload,download]-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamyc010 committed Feb 6, 2025
1 parent e470ae5 commit 4fe4897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
arguments: shadowJar

- name: 'Yiski: a devOS discord bot'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Yiski
path: build/libs/yiski-all.jar
Expand All @@ -43,10 +43,10 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Download artifact of built jar'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Yiski

Expand Down

0 comments on commit 4fe4897

Please sign in to comment.