Skip to content

Commit

Permalink
upload-artifact@v3 -> upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbarnes-isi authored Jan 9, 2025
1 parent eadba7c commit 613053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
export PACKER_LOG_PATH=packer-cache-m64.txt ; packer validate packer-cache-m64.json &>> packer-validate.txt && printf "File + packer-cache-m64.json\n" || { printf "File - packer-cache-m64.json\n\n\n" ; unset PACKER_LOG ; unset PACKER_LOG_PATH ; packer validate packer-cache-m64.json ; exit 1 ; }
date +"%nFinished Cache box validation at %r on %x%n"
- name: Archive Log Files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: validate-logs
Expand Down

0 comments on commit 613053c

Please sign in to comment.