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.
1 parent 4d34d3d commit 07b5b04Copy full SHA for 07b5b04
.github/workflows/nightly.yml
@@ -82,7 +82,7 @@ jobs:
82
- uses: actions/checkout@v5
83
84
- name: 💾 Download artifacts
85
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
86
with:
87
pattern: artifact-*
88
merge-multiple: true
.github/workflows/push_pull.yml
@@ -70,7 +70,7 @@ jobs:
70
echo "VERSION=$(tr -d '\n' < .version)" >> $GITHUB_ENV
71
72
73
74
75
76
path: all-artifacts
0 commit comments