CI: bump actions/upload-artifact to v3

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes #14018
This commit is contained in:
George Melikov
2022-10-12 09:33:38 +03:00
committed by Brian Behlendorf
parent 4bbd7a0fbe
commit 87d5ff8ecd
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
if: failure() && steps.CheckABI.outcome == 'failure'
run: |
find -name *.abi | tar -cf abi_files.tar -T -
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure() && steps.CheckABI.outcome == 'failure'
with:
name: New ABI files (use only if you're sure about interface changes)