mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
Merge pull request #1023 from GyulyVGC/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
This commit is contained in:
14
.github/workflows/package.yml
vendored
14
.github/workflows/package.yml
vendored
@@ -102,7 +102,7 @@ jobs:
|
|||||||
run: cargo build --release --target ${{ matrix.target }}
|
run: cargo build --release --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: build-${{ matrix.os }}-${{ matrix.target }}
|
name: build-${{ matrix.os }}-${{ matrix.target }}
|
||||||
path: |
|
path: |
|
||||||
@@ -156,7 +156,7 @@ jobs:
|
|||||||
mv target/${{ matrix.target }}/debian/*.deb artifacts/Sniffnet_LinuxDEB_${{ matrix.arch }}.deb
|
mv target/${{ matrix.target }}/debian/*.deb artifacts/Sniffnet_LinuxDEB_${{ matrix.arch }}.deb
|
||||||
|
|
||||||
- name: Upload package artifacts
|
- name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: deb-${{ matrix.arch }}
|
name: deb-${{ matrix.arch }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
@@ -213,7 +213,7 @@ jobs:
|
|||||||
mv out/*.AppImage /out/Sniffnet_LinuxAppImage_${{ matrix.arch }}.AppImage
|
mv out/*.AppImage /out/Sniffnet_LinuxAppImage_${{ matrix.arch }}.AppImage
|
||||||
|
|
||||||
- name: Upload package artifacts
|
- name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: appimage-${{ matrix.arch }}
|
name: appimage-${{ matrix.arch }}
|
||||||
path: /out/
|
path: /out/
|
||||||
@@ -262,7 +262,7 @@ jobs:
|
|||||||
mv target/${{ matrix.target }}/generate-rpm/*.rpm artifacts/Sniffnet_LinuxRPM_${{ matrix.arch }}.rpm
|
mv target/${{ matrix.target }}/generate-rpm/*.rpm artifacts/Sniffnet_LinuxRPM_${{ matrix.arch }}.rpm
|
||||||
|
|
||||||
- name: Upload package artifacts
|
- name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: rpm-${{ matrix.arch }}
|
name: rpm-${{ matrix.arch }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
@@ -326,7 +326,7 @@ jobs:
|
|||||||
"target/release/bundle/osx/"
|
"target/release/bundle/osx/"
|
||||||
|
|
||||||
- name: Upload package artifacts
|
- name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: dmg-${{ matrix.arch }}
|
name: dmg-${{ matrix.arch }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
@@ -383,7 +383,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload unsigned package artifacts
|
- name: Upload unsigned package artifacts
|
||||||
id: upload-unsigned-artifact
|
id: upload-unsigned-artifact
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: msi-${{ matrix.arch }}
|
name: msi-${{ matrix.arch }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
@@ -401,7 +401,7 @@ jobs:
|
|||||||
output-artifact-directory: './artifacts'
|
output-artifact-directory: './artifacts'
|
||||||
|
|
||||||
- name: Upload signed package artifacts (overwrite unsigned)
|
- name: Upload signed package artifacts (overwrite unsigned)
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: msi-${{ matrix.arch }}
|
name: msi-${{ matrix.arch }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
|
|||||||
Reference in New Issue
Block a user