We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03fb50 commit f7a8ac7Copy full SHA for f7a8ac7
.github/workflows/build.yml
@@ -14,12 +14,12 @@ jobs:
14
runs-on: ubuntu-latest
15
container: tonsky/firacode:latest
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- if: startsWith(github.ref, 'refs/tags/')
19
run: python3 ./script/update_version.py
20
- run: ./script/build.sh
21
- run: echo "hash=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
22
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
23
with:
24
name: Fira_Code_${{ env.hash }}
25
path: distr
0 commit comments