Skip to content

Commit

Permalink
⬆️ Update github actions
Browse files Browse the repository at this point in the history
checkout@v2 ➡️ checkout@v4
upload-artifact@v2.2.2 ➡️ upload-artifact@v4
  • Loading branch information
PresentKim committed Feb 9, 2024
1 parent 482fd00 commit 666640b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Make '.build' directory
run: mkdir .build
Expand All @@ -26,7 +26,7 @@ jobs:
run: ls -R

- name: Upload artifact.phar
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v4
with:
name: artifact
path: .build/artifact.phar
Expand Down

0 comments on commit 666640b

Please sign in to comment.