Skip to content

Commit

Permalink
Upgrade all GitHub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
NightScript370 authored Sep 9, 2024
1 parent 5ede0bd commit b220f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
commit_message: ${{ steps.build.outputs.commit_message }}
steps:
- name: Checkout repo
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup environment
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
sudo apt-get update
sudo apt-get install qrencode -y
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit b220f51

Please sign in to comment.