Skip to content

Commit eb1bc10

Browse files
chore(deps): update github artifact actions (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99a5c38 commit eb1bc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
fi
8888
8989
- name: Upload artifacts
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v5
9191
with:
9292
name: lilt-${{ matrix.goos }}-${{ matrix.goarch }}
9393
path: |
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v5
104104

105105
- name: Download all artifacts
106-
uses: actions/download-artifact@v5
106+
uses: actions/download-artifact@v6
107107
with:
108108
path: artifacts
109109

0 commit comments

Comments
 (0)