We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec66c6f commit e0119d9Copy full SHA for e0119d9
.github/workflows/linux-x64-hierarchic.yaml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
echo "CI_INITIAL_TIMESTAMP=$(date '+%s')" >> $GITHUB_ENV
18
- name: Check out repo
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
- name: Identify the base FStar branch and the notification channel
21
22
echo "FSTAR_BRANCH=$(jq -c -r '.BranchName' .docker/build/config.json)" >> $GITHUB_ENV
@@ -41,7 +41,7 @@ jobs:
41
DZOMO_GITHUB_TOKEN: ${{ secrets.DZOMO_GITHUB_TOKEN }}
42
- name: Archive build log
43
if: ${{ always() }}
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: log
47
path: log.txt
0 commit comments