Skip to content

Commit

Permalink
workflow: bump actions/* to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Sep 13, 2024
1 parent 04da924 commit f3d2fef
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 @@ -18,7 +18,7 @@ jobs:
name: Build pkmn-chest
steps:
- name: Checkout repo
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install tools
Expand All @@ -45,7 +45,7 @@ jobs:
mkdir -p ~/artifacts
cp pkmn-chest.* ~/artifacts
- name: Publish build to GH Actions
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ~/artifacts/*
name: build
Expand All @@ -62,7 +62,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 f3d2fef

Please sign in to comment.