Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82189f2

Browse files
Update actions/download-artifact action to v4
1 parent cd0511c commit 82189f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
ref: v0.1.1
8585
path: naist-jdic-source
8686
- name: Download binary
87-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
87+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
8888
with:
8989
name: build-x86_64-unknown-linux-gnu-
9090
- name: Build
@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
steps:
147147
- name: Download All Artifacts
148-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
148+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
149149
- name: Check Tag
150150
id: check-tag
151151
run: |

0 commit comments

Comments
 (0)