3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 08:17:37 +00:00

ci: Stop using deprecated ::set-output.

This has been deprecated and the replacement functionality is
described here:

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
Bruce Mitchener 2024-02-22 22:12:44 +07:00
parent 785f71b1a6
commit 0a87d85c7e

View file

@ -90,6 +90,7 @@ jobs:
- name: Get date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v4
with: