Thanks to visit codestin.com Credit goes to github.com
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 cd0511c commit 82189f2Copy full SHA for 82189f2
.github/workflows/publish.yml
@@ -84,7 +84,7 @@ jobs:
84
ref: v0.1.1
85
path: naist-jdic-source
86
- name: Download binary
87
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
+ uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
88
with:
89
name: build-x86_64-unknown-linux-gnu-
90
- name: Build
@@ -145,7 +145,7 @@ jobs:
145
runs-on: ubuntu-latest
146
steps:
147
- name: Download All Artifacts
148
149
- name: Check Tag
150
id: check-tag
151
run: |
0 commit comments