Skip to content

Commit d36a9b5

Browse files
authored
Merge pull request #19 from linux-nvme/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents a726c5e + a797372 commit d36a9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Check out repo
6868
uses: actions/checkout@v5
6969
- name: Download artifacts
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v5
7171
with:
7272
name: samu-muon
7373
path: bin

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Get release
7070
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
7171
- name: Download artifacts
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@v5
7373
with:
7474
name: samu-muon
7575
path: bin

0 commit comments

Comments
 (0)