We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c4b7d commit f259f03Copy full SHA for f259f03
.github/workflows/build-release.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: Fetch build artifacts
23
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
24
25
- name: List assets
26
run: ls -al Assets
.github/workflows/nightly.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
- name: Select release notes
41
id: notes
0 commit comments