Skip to content

Commit

Permalink
chore(github): Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick authored Feb 6, 2024
1 parent 6a6358b commit ac63546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildcdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
build-artifact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Generate ZIPs
run: |
chmod +x generate.sh
./generate.sh
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v4
with:
name: sdcard-latest
path: |
Expand All @@ -36,7 +36,7 @@ jobs:
needs: build-artifact
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v4
with:
name: sdcard-latest
path: .
Expand Down

0 comments on commit ac63546

Please sign in to comment.