Skip to content

Commit

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

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
RyanGlScott committed Sep 4, 2024
2 parents 0985325 + 59c7e4f commit e2cd5f0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,36 +215,36 @@ jobs:
.github/ci.sh sign ${NAME}.tar.gz
.github/ci.sh sign ${NAME}-with-solvers.tar.gz
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ env.NAME }} (GHC ${{ matrix.ghc-version }})
path: "${{ env.NAME }}.tar.gz*"
if-no-files-found: error
retention-days: ${{ needs.config.outputs.retention-days }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ env.NAME }}-with-solvers (GHC ${{ matrix.ghc-version }})
path: "${{ env.NAME }}-with-solvers.tar.gz*"
if-no-files-found: error
retention-days: ${{ needs.config.outputs.retention-days }}

- if: matrix.ghc-version == '9.4.8' && matrix.run-tests
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: dist/bin
name: ${{ matrix.os }}-dist-bin

- if: matrix.ghc-version == '9.4.8' && matrix.run-tests
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: bin
name: ${{ matrix.os }}-bin

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
with:
name: ${{ env.NAME }} (GHC ${{ matrix.ghc-version }})
name: Windows MSI installer (GHC ${{ matrix.ghc-version }})
path: "cryptol.msi*"
if-no-files-found: error
retention-days: ${{ needs.config.outputs.retention-days }}
Expand Down Expand Up @@ -333,12 +333,12 @@ jobs:
with:
poetry-version: 1.4.2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: "${{ matrix.os }}-dist-bin"
path: dist/bin

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: "${{ matrix.os }}-bin"
path: bin
Expand Down

0 comments on commit e2cd5f0

Please sign in to comment.