Skip to content

Commit f7a8ac7

Browse files
committed
Bump GHA versions
1 parent a03fb50 commit f7a8ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
container: tonsky/firacode:latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- if: startsWith(github.ref, 'refs/tags/')
1919
run: python3 ./script/update_version.py
2020
- run: ./script/build.sh
2121
- run: echo "hash=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
22-
- uses: actions/upload-artifact@v2
22+
- uses: actions/upload-artifact@v3
2323
with:
2424
name: Fira_Code_${{ env.hash }}
2525
path: distr

0 commit comments

Comments
 (0)