We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47710fe + b68de65 commit 063b56aCopy full SHA for 063b56a
.github/workflows/main.yml
@@ -173,7 +173,7 @@ jobs:
173
package 'dhall-yaml' "bin/dhall-to-yaml-ng${exe}" "bin/yaml-to-dhall${exe}"
174
- name: "Upload package"
175
if: ${{ matrix.stack-yaml == 'stack.yaml' }}
176
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
177
with:
178
name: 'dhall-${{ runner.os }}-${{ runner.arch }}.${{ matrix.os.file-extension }}'
179
path: 'dhall-*${{ runner.os }}-${{ runner.arch }}.${{ matrix.os.file-extension }}'
0 commit comments