Skip to content

Commit

Permalink
Merge pull request #223 from signalwire/actions
Browse files Browse the repository at this point in the history
[GHA] Bump `actions/*` for CI workflow
  • Loading branch information
andywolk authored Feb 3, 2025
2 parents f0425f8 + 88d80e8 commit 5b9dcfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
apt-get update && apt-get install -yq build-essential autotools-dev lsb-release pkg-config automake autoconf libtool-bin clang-tools-7
apt-get install -yq cmake uuid-dev libssl-dev
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: pwd
- id: scan_build
run: ./scan_build.sh
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Upload artifacts
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.tar.outputs.ARTIFACT }}-${{ github.sha }}-${{ github.run_id }}
path: ${{ steps.tar.outputs.ARTIFACT_PATH }}
Expand All @@ -60,13 +60,13 @@ jobs:
image: debian:buster
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: run tests
id: tests
run: ./run_tests.sh
- name: Upload artifacts
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts-${{ github.sha }}-${{ github.run_id }}.html
path: ${{ steps.tests.outputs.TEST_ARTIFACT_FILE }}
Expand Down

0 comments on commit 5b9dcfb

Please sign in to comment.