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 a726c5e + a797372 commit d36a9b5Copy full SHA for d36a9b5
.github/workflows/next.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Check out repo
68
uses: actions/checkout@v5
69
- name: Download artifacts
70
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
71
with:
72
name: samu-muon
73
path: bin
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
- name: Get release
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
74
75
0 commit comments