We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02a77b0 + 132bef6 commit 37dbffdCopy full SHA for 37dbffd
.github/workflows/toolchain-build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Set build date
23
id: get-date
24
run: |
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
- name: Restoring artifacts
93
uses: actions/download-artifact@main
94
with:
0 commit comments