Skip to content

Commit

Permalink
Update GitHub Actions (#50)
Browse files Browse the repository at this point in the history
* Update to checkout, [upload,download]-artifact to v4

* Update other checkout to v4
  • Loading branch information
dynamyc010 authored Feb 6, 2025
1 parent e470ae5 commit 3a6ab07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/setup-java@v3
Expand All @@ -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 3a6ab07

Please sign in to comment.