Skip to content

Commit

Permalink
Bumped version of some GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Jun 12, 2024
1 parent eb61852 commit 9f1e38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
stack-version: "latest"
stack-no-global: true
- name: "Cache"
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ matrix.os.runner }}-${{ runner.arch }}-${{ hashFiles(matrix.stack-yaml) }}-${{ env.cache_generation }}
restore-keys: |
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
package 'dhall-yaml' "bin/dhall-to-yaml-ng${exe}" "bin/yaml-to-dhall${exe}"
- name: "Upload package"
if: ${{ matrix.stack-yaml == 'stack.yaml' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'dhall-${{ runner.os }}-${{ runner.arch }}.${{ matrix.os.file-extension }}'
path: 'dhall-*${{ runner.os }}-${{ runner.arch }}.${{ matrix.os.file-extension }}'

0 comments on commit 9f1e38e

Please sign in to comment.