mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-27 03:49:31 +00:00
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/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>
This commit is contained in:
parent
9b740420a3
commit
6c70c980bf
1 changed files with 7 additions and 7 deletions
14
.github/workflows/package.yml
vendored
14
.github/workflows/package.yml
vendored
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
run: cargo build --release --target ${{ matrix.target }}
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: build-${{ matrix.os }}-${{ matrix.target }}
|
||||
path: |
|
||||
|
|
@ -156,7 +156,7 @@ jobs:
|
|||
mv target/${{ matrix.target }}/debian/*.deb artifacts/Sniffnet_LinuxDEB_${{ matrix.arch }}.deb
|
||||
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: deb-${{ matrix.arch }}
|
||||
path: artifacts/
|
||||
|
|
@ -213,7 +213,7 @@ jobs:
|
|||
mv out/*.AppImage /out/Sniffnet_LinuxAppImage_${{ matrix.arch }}.AppImage
|
||||
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: appimage-${{ matrix.arch }}
|
||||
path: /out/
|
||||
|
|
@ -262,7 +262,7 @@ jobs:
|
|||
mv target/${{ matrix.target }}/generate-rpm/*.rpm artifacts/Sniffnet_LinuxRPM_${{ matrix.arch }}.rpm
|
||||
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: rpm-${{ matrix.arch }}
|
||||
path: artifacts/
|
||||
|
|
@ -326,7 +326,7 @@ jobs:
|
|||
"target/release/bundle/osx/"
|
||||
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: dmg-${{ matrix.arch }}
|
||||
path: artifacts/
|
||||
|
|
@ -383,7 +383,7 @@ jobs:
|
|||
|
||||
- name: Upload unsigned package artifacts
|
||||
id: upload-unsigned-artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: msi-${{ matrix.arch }}
|
||||
path: artifacts/
|
||||
|
|
@ -401,7 +401,7 @@ jobs:
|
|||
output-artifact-directory: './artifacts'
|
||||
|
||||
- name: Upload signed package artifacts (overwrite unsigned)
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: msi-${{ matrix.arch }}
|
||||
path: artifacts/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue