Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Automation Master Legacy Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ jobs:

- name: Retrieve Installation Package
id: retrieveInstallationPackage
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: DataMiner Installation Package
path: _DataMinerInstallationPackage
Expand All @@ -690,7 +690,7 @@ jobs:

- name: Retrieve SBOM file
id: retrieveSbomFile
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: SBOM
path: _SBOM
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Automation Master SDK Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ jobs:

- name: Retrieve Installation Package
id: retrieveInstallationPackage
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: DataMiner Installation Package
path: _DataMinerInstallationPackage
Expand All @@ -642,7 +642,7 @@ jobs:

- name: Retrieve SBOM file
id: retrieveSbomFile
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: SBOM
path: _SBOM
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Connector Master Legacy Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ jobs:

- name: Retrieve Installation Package
id: retrieveInstallationPackage
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: Connector Package
path: _DataMinerInstallationPackage
Expand All @@ -704,7 +704,7 @@ jobs:

- name: Retrieve SBOM file
id: retrieveSbomFile
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: SBOM
path: _SBOM
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Connector Master SDK Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ jobs:

- name: Retrieve Installation Package
id: retrieveInstallationPackage
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: Connector Package
path: _DataMinerInstallationPackage
Expand All @@ -722,7 +722,7 @@ jobs:

- name: Retrieve SBOM file
id: retrieveSbomFile
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: SBOM
path: _SBOM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ jobs:

# Alternative option here, is to perform the dotnet build again, but that needs all the nuget access again, etc.
- name: Download artifact from CI
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: DataMiner Installation Packages (${{ inputs.configuration }} ${{ inputs.solutionFilterName }}) unsigned
path: downloaded_artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Internal NuGet Solution Master Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:

- name: Download Unsigned NuGet
id: downloadUnsignedNuget
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: NugetPackages
path: _NuGetResults
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
steps:
- name: Download Signed NuGet
id: downloadSignedNuget
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: SignedNugetPackages
path: _SignedNuGetResults
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/NuGet Solution Master Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:

- name: Download Unsigned NuGet
id: downloadUnsignedNuget
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: NugetPackages
path: _NuGetResults
Expand Down Expand Up @@ -474,7 +474,7 @@ jobs:
steps:
- name: Download Signed NuGet
id: downloadSignedNuget
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: SignedNugetPackages
path: _SignedNuGetResults
Expand Down