Skip to content

Commit 0f7d843

Browse files
Bump actions/upload-artifact from 6 to 7 (#399)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbc8828 commit 0f7d843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
mv Firef*.exe FireflyLuciferinSetup.exe;
6565
shell: bash
6666
- name: Creating artifact from BIN file
67-
uses: actions/upload-artifact@v6
67+
uses: actions/upload-artifact@v7
6868
with:
6969
name: FireflyLuciferinSetup_${{steps.get-id.outputs.id}}_ALPHA.exe
7070
path: FireflyLuciferinSetup.exe
@@ -119,7 +119,7 @@ jobs:
119119
cat firetoedit/DEBIAN/control
120120
rm -rf firetoedit
121121
- name: Creating artifact from BIN file
122-
uses: actions/upload-artifact@v6
122+
uses: actions/upload-artifact@v7
123123
with:
124124
name: FireflyLuciferinLinux_${{steps.get-id.outputs.id}}_ALPHA.deb
125125
path: FireflyLuciferinLinux.deb
@@ -131,7 +131,7 @@ jobs:
131131
sudo alien -r FireflyLuciferinLinux.deb
132132
mv *.rpm FireflyLuciferinLinux.rpm;
133133
- name: Creating artifact from BIN file
134-
uses: actions/upload-artifact@v6
134+
uses: actions/upload-artifact@v7
135135
with:
136136
name: FireflyLuciferinLinux_${{steps.get-id.outputs.id}}_ALPHA.rpm
137137
path: FireflyLuciferinLinux.rpm

0 commit comments

Comments
 (0)