File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 ghc : ['8.0', '8.10', '9.0.1', 'latest']
5252 steps :
5353 - name : Download artifacts
54- uses : actions/download-artifact@v4
54+ uses : actions/download-artifact@v6
5555
5656 - name : Setup Haskell
5757 uses : haskell-actions/setup@v2
8080 uses : actions/checkout@v5
8181
8282 - name : Download artifacts
83- uses : actions/download-artifact@v4
83+ uses : actions/download-artifact@v6
8484
8585 - name : Build source
8686 run : |
@@ -103,7 +103,7 @@ jobs:
103103 uses : actions/checkout@v5
104104
105105 - name : Download artifacts
106- uses : actions/download-artifact@v4
106+ uses : actions/download-artifact@v6
107107
108108 - name : Work around GitHub permissions bug
109109 run : chmod +x *.bin/*/shellcheck*
@@ -138,7 +138,7 @@ jobs:
138138 uses : actions/checkout@v5
139139
140140 - name : Download artifacts
141- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@v6
142142
143143 - name : Upload to GitHub
144144 env :
You can’t perform that action at this time.
0 commit comments