Skip to content

Commit 08e3884

Browse files
authored
Merge pull request #84 from M-Igashi/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 4 to 7
2 parents df00545 + d2f2471 commit 08e3884

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
163163
- name: Upload test artifacts
164164
if: failure()
165-
uses: actions/upload-artifact@v4
165+
uses: actions/upload-artifact@v7
166166
with:
167167
name: compatibility-test-results
168168
path: |

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141

4242
- name: Upload artifact (Unix)
4343
if: runner.os != 'Windows'
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: mp3rgain-${{ matrix.target }}
4747
path: target/${{ matrix.target }}/release/mp3rgain
4848

4949
- name: Upload artifact (Windows)
5050
if: runner.os == 'Windows'
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: mp3rgain-${{ matrix.target }}
5454
path: target/${{ matrix.target }}/release/mp3rgain.exe
@@ -89,14 +89,14 @@ jobs:
8989

9090
- name: Upload artifact (Unix)
9191
if: runner.os != 'Windows'
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: mp3rgui-${{ matrix.target }}
9595
path: mp3rgui/target/${{ matrix.target }}/release/mp3rgui
9696

9797
- name: Upload artifact (Windows)
9898
if: runner.os == 'Windows'
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v7
100100
with:
101101
name: mp3rgui-${{ matrix.target }}
102102
path: mp3rgui/target/${{ matrix.target }}/release/mp3rgui.exe

0 commit comments

Comments
 (0)