Skip to content

Commit a8ccf7c

Browse files
committed
ci: update actions/checkout and actions/upload-artifact versions in macOS build workflow
1 parent 56bcd83 commit a8ccf7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build-macos:
1515
runs-on: macos-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: Configure
2020
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
@@ -23,7 +23,7 @@ jobs:
2323
run: cmake --build build --config Release
2424

2525
- name: Upload workflow artifact
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v7
2727
with:
2828
name: psn-macos-release
2929
path: build/examples/psn_*

0 commit comments

Comments
 (0)