Skip to content

Commit 1ecde35

Browse files
authored
Merge pull request #22 from linux-nvme/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 52b87f3 + 490ed59 commit 1ecde35

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: build
4949
run: |
5050
scripts/build-muon.sh
51-
- uses: actions/upload-artifact@v4
51+
- uses: actions/upload-artifact@v5
5252
name: Upload artifacts
5353
with:
5454
name: samu-muon

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: build
4949
run: |
5050
scripts/build-muon.sh
51-
- uses: actions/upload-artifact@v4
51+
- uses: actions/upload-artifact@v5
5252
name: Upload artifacts
5353
with:
5454
name: samu-muon

0 commit comments

Comments
 (0)