Skip to content

Commit

Permalink
Update upload-artifact action to v4 (#2017)
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Stebila <[email protected]>
  • Loading branch information
dstebila authored Dec 11, 2024
1 parent bbf1dbe commit dd1706b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
working-directory: build
- name: Retain .deb file
if: matrix.name == 'jammy-std-openssl3'
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # pin@v3
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # pin@v4
with:
name: liboqs-openssl3-shared-x64
path: build/*.deb
Expand Down

0 comments on commit dd1706b

Please sign in to comment.