mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 (#5887)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
f777efdd1c
commit
400ee16e83
@@ -561,25 +561,25 @@ jobs:
|
|||||||
egress-policy: audit
|
egress-policy: audit
|
||||||
|
|
||||||
- name: Download all Tauri artifacts
|
- name: Download all Tauri artifacts
|
||||||
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
||||||
with:
|
with:
|
||||||
pattern: Stirling-PDF-*
|
pattern: Stirling-PDF-*
|
||||||
path: ./artifacts/tauri
|
path: ./artifacts/tauri
|
||||||
|
|
||||||
- name: Download JAR artifact (default)
|
- name: Download JAR artifact (default)
|
||||||
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
||||||
with:
|
with:
|
||||||
name: jar
|
name: jar
|
||||||
path: ./artifacts/jars
|
path: ./artifacts/jars
|
||||||
|
|
||||||
- name: Download JAR artifact (with login)
|
- name: Download JAR artifact (with login)
|
||||||
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
||||||
with:
|
with:
|
||||||
name: jar-with-login
|
name: jar-with-login
|
||||||
path: ./artifacts/jars
|
path: ./artifacts/jars
|
||||||
|
|
||||||
- name: Download JAR artifact (server only)
|
- name: Download JAR artifact (server only)
|
||||||
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
||||||
with:
|
with:
|
||||||
name: jar-server
|
name: jar-server
|
||||||
path: ./artifacts/jars
|
path: ./artifacts/jars
|
||||||
|
|||||||
Reference in New Issue
Block a user