We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bcd83 commit a8ccf7cCopy full SHA for a8ccf7c
1 file changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
build-macos:
15
runs-on: macos-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
19
- name: Configure
20
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
@@ -23,7 +23,7 @@ jobs:
23
run: cmake --build build --config Release
24
25
- name: Upload workflow artifact
26
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
27
with:
28
name: psn-macos-release
29
path: build/examples/psn_*
0 commit comments