Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jan 29, 2024
1 parent a13de87 commit ddaa018
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/copy_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
empty_branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: firmware
- name: Create new empty firmware branch
Expand All @@ -36,7 +36,7 @@ jobs:
needs: empty_branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.MASTER_ACCESS_TOKEN }}
ref: firmware
Expand All @@ -53,7 +53,7 @@ jobs:
github_token: ${{secrets.GITHUB_TOKEN}}
branch: 'firmware'
- name: Download artifact "special_firmwares"
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: Build_special_firmware.yml
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
python genManifestRelease.py
#python genManifestsForAllReleases.py
- name: Release special firmwares
uses: jason2866/action-gh-release@v1.2
uses: jason2866/action-gh-release@v1.3
with:
tag_name: ${{ env.tag_name }}
body_path: release-info.txt
Expand Down Expand Up @@ -138,13 +138,13 @@ jobs:
user_email: '41898282+github-actions[bot]@users.noreply.github.com'
user_name: 'github-actions[bot]'
- name: Checkout branch firmware for prepare deploy
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: firmware
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: '.'

Expand All @@ -161,7 +161,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

start_workflow:
needs: release_restore
Expand Down

0 comments on commit ddaa018

Please sign in to comment.