Skip to content

Commit c28d527

Browse files
Update GitHub Artifact Actions
1 parent eec08ee commit c28d527

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
shell: bash
230230

231231
- name: Upload artifact
232-
uses: actions/upload-artifact@v4
232+
uses: actions/upload-artifact@v5
233233
with:
234234
name: ${{ matrix.os_name }}
235235
path: dist/datex-${{ matrix.target }}.zip
@@ -247,7 +247,7 @@ jobs:
247247
ref: ${{ needs.get-ref.outputs.ref }}
248248

249249
- name: Download artifacts
250-
uses: actions/download-artifact@v4
250+
uses: actions/download-artifact@v6
251251
with:
252252
path: dist
253253

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
shell: bash
128128

129129
- name: Upload artifact
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v5
131131
with:
132132
name: ${{ matrix.os_name }}
133133
path: dist/datex-${{ matrix.target }}.zip
@@ -139,7 +139,7 @@ jobs:
139139

140140
steps:
141141
- name: Download all artifacts
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v6
143143
with:
144144
path: dist
145145

0 commit comments

Comments
 (0)