mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
updated upload-artifact version
This commit is contained in:
parent
7313d98c52
commit
279b3f6f41
4
.github/workflows/hirs_package_linux.yml
vendored
4
.github/workflows/hirs_package_linux.yml
vendored
@ -58,13 +58,13 @@ jobs:
|
||||
path: artifacts/rpms/*
|
||||
if-no-files-found: error
|
||||
- name: Archive DEB files
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: DEB_Files
|
||||
path: artifacts/debs/*
|
||||
if-no-files-found: error
|
||||
- name: Archive Jar files
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: JAR_Files
|
||||
path: artifacts/jars/
|
||||
|
Loading…
Reference in New Issue
Block a user