Skip to content

Commit 9876495

Browse files
Update GitHub Artifact Actions (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d100913 commit 9876495

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/md5checker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
dpkg -c dist/*.deb
4545
4646
- name: Upload DEB artifact
47-
uses: actions/upload-artifact@v6
47+
uses: actions/upload-artifact@v7
4848
with:
4949
name: md5checker-deb
5050
path: examples/md5_checker/dist/*.deb
@@ -82,7 +82,7 @@ jobs:
8282
file dist/*
8383
8484
- name: Upload macOS artifacts
85-
uses: actions/upload-artifact@v6
85+
uses: actions/upload-artifact@v7
8686
with:
8787
name: md5checker-${{ matrix.os }}
8888
path: examples/md5_checker/dist/*
@@ -123,7 +123,7 @@ jobs:
123123
if (Test-Path "dist\*.exe") { Write-Host "Installer created successfully" } else { Write-Host "Installer not found"; exit 1 }
124124
125125
- name: Upload Windows artifact
126-
uses: actions/upload-artifact@v6
126+
uses: actions/upload-artifact@v7
127127
with:
128128
name: md5checker-windows
129129
path: examples/md5_checker/dist/*.exe
@@ -164,7 +164,7 @@ jobs:
164164
shards build --release --no-debug --static --link-flags "-lcrypto -lssl -mwindows"
165165
166166
- name: Upload MinGW64 artifact
167-
uses: actions/upload-artifact@v6
167+
uses: actions/upload-artifact@v7
168168
with:
169169
name: md5checker-mingw64
170170
path: examples/md5_checker/bin/md5checker.exe
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: ubuntu-latest
176176
steps:
177177
- name: Download DEB package
178-
uses: actions/download-artifact@v7
178+
uses: actions/download-artifact@v8
179179
with:
180180
name: md5checker-deb
181181
path: ./

.github/workflows/screenshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
output-files: ${{ env.OUTPUT_FILES }}
105105

106106
- name: Upload screenshots
107-
uses: actions/upload-artifact@v6
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: screenshots-${{ matrix.os }}
110110
path: "*.png"
@@ -131,7 +131,7 @@ jobs:
131131
git checkout --orphan screenshots || git checkout screenshots
132132
133133
- name: Download all screenshots artifacts
134-
uses: actions/download-artifact@v7
134+
uses: actions/download-artifact@v8
135135
with:
136136
pattern: screenshots-*
137137
merge-multiple: true

0 commit comments

Comments
 (0)