Skip to content

Commit 063b56a

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/cache-5
2 parents 47710fe + b68de65 commit 063b56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
package 'dhall-yaml' "bin/dhall-to-yaml-ng${exe}" "bin/yaml-to-dhall${exe}"
174174
- name: "Upload package"
175175
if: ${{ matrix.stack-yaml == 'stack.yaml' }}
176-
uses: actions/upload-artifact@v5
176+
uses: actions/upload-artifact@v6
177177
with:
178178
name: 'dhall-${{ runner.os }}-${{ runner.arch }}.${{ matrix.os.file-extension }}'
179179
path: 'dhall-*${{ runner.os }}-${{ runner.arch }}.${{ matrix.os.file-extension }}'

0 commit comments

Comments
 (0)