Skip to content

Commit

Permalink
Update github actions to use v4 instead of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
studiofuga committed Aug 1, 2024
1 parent 890eade commit 858766b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt update
sudo apt install -qqy libboost-dev libboost-filesystem-dev libsqlite3-dev libgtest-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
sudo apt update
sudo apt install -qqy debhelper cmake libboost-dev libboost-filesystem-dev libsqlite3-dev libgtest-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: jtdor/build-deb-action@v1
id: package
with:
buildpackage-opts: --build=binary --no-sign

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: debian/artifacts/

0 comments on commit 858766b

Please sign in to comment.