Skip to content

Commit

Permalink
[ci] Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Jun 19, 2022
1 parent dac4639 commit 33320d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container: python:latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1
with:
access_token: ${{ github.token }}

Expand All @@ -28,7 +28,7 @@ jobs:
apt install -y git zip gh
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install symbconv
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
run: zip -r icons ./gen/minimized/ ./gen/optimized/

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: icons
path: icons.zip
Expand Down Expand Up @@ -78,12 +78,12 @@ jobs:
apt install -y git
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ${{ env.main_git_path }}

- name: Checkout preview
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: 'preview'
path: ${{ env.preview_git_path }}
Expand Down

0 comments on commit 33320d8

Please sign in to comment.