Skip to content

Commit e0119d9

Browse files
committed
ci: bump action versions
1 parent ec66c6f commit e0119d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-x64-hierarchic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
echo "CI_INITIAL_TIMESTAMP=$(date '+%s')" >> $GITHUB_ENV
1818
- name: Check out repo
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Identify the base FStar branch and the notification channel
2121
run: |
2222
echo "FSTAR_BRANCH=$(jq -c -r '.BranchName' .docker/build/config.json)" >> $GITHUB_ENV
@@ -41,7 +41,7 @@ jobs:
4141
DZOMO_GITHUB_TOKEN: ${{ secrets.DZOMO_GITHUB_TOKEN }}
4242
- name: Archive build log
4343
if: ${{ always() }}
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: log
4747
path: log.txt

0 commit comments

Comments
 (0)