Skip to content

Commit

Permalink
Merge pull request #347 from AdeptLanguage/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
IsaacShelton authored Sep 8, 2024
2 parents c16268b + 0fd0379 commit 0d1d72f
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 0d1d72f

Please sign in to comment.