Skip to content

Commit 074c5c9

Browse files
committed
Bump upload-artifact and download-artifact
1 parent fd294f2 commit 074c5c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: stack etc/scripts/release.hs build ${{ matrix.release-args }}
9090

9191
- name: Upload bindist
92-
uses: actions/upload-artifact@v2
92+
uses: actions/upload-artifact@v3
9393
with:
9494
name: ${{ runner.os }}
9595
path: _release/stack-*
@@ -101,17 +101,17 @@ jobs:
101101
if: startsWith(github.ref, 'refs/tags/')
102102
steps:
103103
- name: Download Linux artifact
104-
uses: actions/download-artifact@v2
104+
uses: actions/download-artifact@v3
105105
with:
106106
name: Linux
107107
path: _release
108108
- name: Download macOS artifact
109-
uses: actions/download-artifact@v2
109+
uses: actions/download-artifact@v3
110110
with:
111111
name: macOS
112112
path: _release
113113
- name: Download Windows artifact
114-
uses: actions/download-artifact@v2
114+
uses: actions/download-artifact@v3
115115
with:
116116
name: Windows
117117
path: _release

0 commit comments

Comments
 (0)