Skip to content

Commit 188039d

Browse files
committed
Github actions: Update checkout and upload-artifact action to v7
1 parent 1584d5b commit 188039d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
make \
112112
pandoc \
113113
zlib-devel
114-
- uses: actions/checkout@v6
114+
- uses: actions/checkout@v7
115115
- uses: ./.github/actions/install-from-git
116116
- uses: ./.github/actions/cmake
117117
- uses: ./.github/actions/build
@@ -126,7 +126,7 @@ jobs:
126126
CXXFLAGS: -Werror
127127
BUILD_TYPE: Dev
128128
steps:
129-
- uses: actions/checkout@v6
129+
- uses: actions/checkout@v7
130130
- uses: ./.github/actions/install-ubuntu
131131
- uses: ./.github/actions/install-from-git
132132
- uses: ./.github/actions/cmake
@@ -153,7 +153,7 @@ jobs:
153153
BUILD_TYPE: ${{ matrix.build_type }}
154154
steps:
155155
- run: brew install boost nlohmann-json
156-
- uses: actions/checkout@v6
156+
- uses: actions/checkout@v7
157157
- uses: ./.github/actions/install-from-git
158158
- uses: ./.github/actions/cmake
159159
- uses: ./.github/actions/build
@@ -178,7 +178,7 @@ jobs:
178178
nlohmann-json:x64-windows \
179179
zlib:x64-windows
180180
shell: bash
181-
- uses: actions/checkout@v6
181+
- uses: actions/checkout@v7
182182
- uses: ./.github/actions/install-from-git
183183
- uses: ./.github/actions/cmake-windows
184184
- uses: ./.github/actions/build

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
nlohmann-json3-dev \
4444
zlib1g-dev
4545
shell: bash
46-
- uses: actions/checkout@v6
46+
- uses: actions/checkout@v7
4747
- uses: ./.github/actions/install-from-git
4848
- uses: ./.github/actions/cmake
4949
- name: Run clang-tidy
5050
run: make clang-tidy | tee osmium-tool-${{ github.sha }}-clang-tidy-${{ matrix.clang }}.log
5151
shell: bash
5252
working-directory: build
5353
- name: Upload clang-tidy log
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v7
5555
if: always()
5656
with:
5757
name: osmium-tool-${{ github.sha }}-clang-tidy-${{ matrix.clang }}-log

0 commit comments

Comments
 (0)