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.
1 parent 99a5c38 commit 1fda9dbCopy full SHA for 1fda9db
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
fi
88
89
- name: Upload artifacts
90
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
91
with:
92
name: lilt-${{ matrix.goos }}-${{ matrix.goarch }}
93
path: |
@@ -103,7 +103,7 @@ jobs:
103
- uses: actions/checkout@v5
104
105
- name: Download all artifacts
106
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
107
108
path: artifacts
109
0 commit comments