Skip to content

Commit

Permalink
Workflows: upgrade checkout actions, rename Linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
twvd committed Aug 25, 2024
1 parent 96da0c0 commit bcf3bfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test
name: Build - Linux x64

on:
workflow_run:
Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update package repos
run: sudo apt-get -y update
- name: Install prerequisites
Expand All @@ -27,5 +27,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: 'snow-linux-gha${{ github.run_number }}'
name: 'snow-linux-x64-gha${{ github.run_number }}'
path: target/release/snow_frontend_tui
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update package repos
run: sudo apt-get -y update
- name: Install prerequisites
Expand Down

0 comments on commit bcf3bfa

Please sign in to comment.