Skip to content

Commit

Permalink
chore: update GitHub actions
Browse files Browse the repository at this point in the history
fixes #618

Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones committed Jan 8, 2025
1 parent afc1de2 commit fa4ee6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: cpack -C DebPack
working-directory: _build
- name: Retain .deb installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oqsprovider-x64
path: _build/*.deb
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
dpkg -I oqs-provider-*.deb | grep -q "Architecture: arm64"
- name: Retain .deb installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oqsprovider-aarch64
path: build/*.deb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
fi'
working-directory: scripts
- name: Retain oqsprovider.dylib
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oqs-provider-${{matrix.os}}-x64
path: _build/lib/oqsprovider.dylib
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: bash -c "echo $PATH && PATH=/opt/openssl32/bin:/usr/bin ctest -V"
working-directory: _build
- name: Retain oqsprovider.dll
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oqs-provider-cygwin
path: D:/a/oqs-provider/oqs-provider/_build/bin/oqsprovider.dll
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: |
ctest -V --test-dir _build
- name: Retain oqsprovider.dll
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oqs-provider-msvc
path: D:/a/oqs-provider/oqs-provider/_build/lib/oqsprovider.dll
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
run: |
ctest --test-dir _build -C ${{ matrix.type }}
- name: Retain oqsprovider.dll
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oqs-provider-msvc
path: D:/a/oqs-provider/oqs-provider/_build/lib/oqsprovider.dll
Expand Down

0 comments on commit fa4ee6a

Please sign in to comment.