Skip to content

Commit

Permalink
Merge pull request #6335 from scp-fs2open/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
Goober5000 authored Nov 3, 2024
2 parents 99e2633 + 728a841 commit 0d543b0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
submodules: true
fetch-depth: '0'
- name: Download Release builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: linux-Release
path: builds
- name: Download FastDebug builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: linux-FastDebug
path: builds
Expand Down Expand Up @@ -184,12 +184,12 @@ jobs:
submodules: true
fetch-depth: '0'
- name: Download Release builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-Release-${{ matrix.arch }}-${{ matrix.simd }}
path: builds
- name: Download FastDebug builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-FastDebug-${{ matrix.arch }}-${{ matrix.simd }}
path: builds
Expand Down Expand Up @@ -307,12 +307,12 @@ jobs:
fetch-depth: '0'
ref: '${{ github.ref }}'
- name: Download Release builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: mac-Release-${{ matrix.arch }}
path: builds
- name: Download FastDebug builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: mac-FastDebug-${{ matrix.arch }}
path: builds
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ jobs:
ref: '${{ github.ref }}'
- name: Download Release builds
# Grab the release builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: linux-Release
path: builds
- name: Download FastDebug builds
# Grab the debug builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: linux-FastDebug
path: builds
Expand Down Expand Up @@ -244,13 +244,13 @@ jobs:
fetch-depth: '0'
ref: '${{ github.ref }}'
- name: Download Release builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-Release-${{ matrix.arch }}-${{ matrix.simd }}
path: builds

- name: Download FastDebug builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-FastDebug-${{ matrix.arch }}-${{ matrix.simd }}
path: builds
Expand Down Expand Up @@ -377,12 +377,12 @@ jobs:
fetch-depth: '0'
ref: '${{ github.ref }}'
- name: Download Release builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: mac-Release-${{ matrix.arch }}
path: builds
- name: Download FastDebug builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: mac-FastDebug-${{ matrix.arch }}
path: builds
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
fetch-depth: '0'
ref: '${{ github.ref }}'
- name: Download Release builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: linux-Release
path: builds
- name: Download FastDebug builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: linux-FastDebug
path: builds
Expand Down Expand Up @@ -198,12 +198,12 @@ jobs:
fetch-depth: '0'
ref: '${{ github.ref }}'
- name: Download Release builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-Release-${{ matrix.arch }}-${{ matrix.simd }}
path: builds
- name: Download FastDebug builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-FastDebug-${{ matrix.arch }}-${{ matrix.simd }}
path: builds
Expand Down Expand Up @@ -320,12 +320,12 @@ jobs:
fetch-depth: '0'
ref: '${{ github.ref }}'
- name: Download Release builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: mac-Release-${{ matrix.arch }}
path: builds
- name: Download FastDebug builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: mac-FastDebug-${{ matrix.arch }}
path: builds
Expand Down

0 comments on commit 0d543b0

Please sign in to comment.