Merge pull request #1022 from GyulyVGC/dependabot/github_actions/actions/download-artifact-7

Bump actions/download-artifact from 6 to 7
This commit is contained in:
Giuliano Bellini
2025-12-20 21:57:00 +01:00
committed by GitHub

View File

@@ -143,7 +143,7 @@ jobs:
- name: Install packaging tools - name: Install packaging tools
run: cargo install cargo-deb run: cargo install cargo-deb
- uses: actions/download-artifact@v6 - uses: actions/download-artifact@v7
with: with:
name: build-ubuntu-${{ matrix.target }} name: build-ubuntu-${{ matrix.target }}
path: target/ path: target/
@@ -189,7 +189,7 @@ jobs:
run: apt-get update -y && apt-get install -y git build-essential graphicsmagick-imagemagick-compat wget file desktop-file-utils libfuse2 run: apt-get update -y && apt-get install -y git build-essential graphicsmagick-imagemagick-compat wget file desktop-file-utils libfuse2
- name: Download Debian package - name: Download Debian package
uses: actions/download-artifact@v6 uses: actions/download-artifact@v7
with: with:
name: deb-${{ matrix.arch }} name: deb-${{ matrix.arch }}
path: /target/ path: /target/
@@ -248,7 +248,7 @@ jobs:
- name: Install packaging tools - name: Install packaging tools
run: cargo install cargo-generate-rpm run: cargo install cargo-generate-rpm
- uses: actions/download-artifact@v6 - uses: actions/download-artifact@v7
with: with:
name: build-ubuntu-${{ matrix.target }} name: build-ubuntu-${{ matrix.target }}
path: target/ path: target/
@@ -292,7 +292,7 @@ jobs:
cargo install toml-cli cargo install toml-cli
brew install create-dmg brew install create-dmg
- uses: actions/download-artifact@v6 - uses: actions/download-artifact@v7
with: with:
name: build-macos-${{ matrix.target }} name: build-macos-${{ matrix.target }}
path: target/ path: target/
@@ -369,7 +369,7 @@ jobs:
- name: Install packaging tools - name: Install packaging tools
run: cargo install cargo-wix run: cargo install cargo-wix
- uses: actions/download-artifact@v6 - uses: actions/download-artifact@v7
with: with:
name: build-windows-${{ matrix.target }} name: build-windows-${{ matrix.target }}
path: target/ path: target/