Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent c16268b commit 0fd0379
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ jobs:
with:
python-version: '3.x'
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build-${{ matrix.os }}-archive
- name: Download E2E Testing Infrastructure Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: e2e-archive
- name: Unpack 1/2
Expand Down Expand Up @@ -261,15 +261,15 @@ jobs:
echo 'longVersion=nightly' >> $GITHUB_ENV
echo 'alternativeBinaryName=adept-nightly' >> $GITHUB_ENV
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build-windows-latest-archive
- name: Download Support Libraries Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: res
- name: Download LICENSE Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: LICENSE
- name: Unpack Build Artifact
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
with:
python-version: '3.x'
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build-macos-latest-archive
- name: Unpack
Expand Down Expand Up @@ -452,15 +452,15 @@ jobs:
echo 'releaseName=Nightly' >> $GITHUB_ENV
echo 'releaseTagName=Nightly' >> $GITHUB_ENV
- name: Download Build Artifact (windows-latest)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build-windows-latest-archive
- name: Download Build Artifact (macos-latest)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build-macos-latest-archive
- name: Download Build Artifact (ubuntu-latest)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build-ubuntu-latest-archive
- name: Checkout Adept Default Configuration
Expand All @@ -474,19 +474,19 @@ jobs:
repository: 'AdeptLanguage/AdeptImport'
path: 'AdeptImport'
- name: Download Windows Installer Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-installer
- name: Download Windows Standalone Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-standalone
- name: Download macOS Installer Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: macos-installer
- name: Download macOS Standalone Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: macos-standalone
- name: Pre-Unpack
Expand Down

0 comments on commit 0fd0379

Please sign in to comment.