File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
# Download binaries
43
43
# https://github.com/marketplace/actions/download-a-build-artifact
44
44
- name : 📥 Download
45
- uses : actions/download-artifact@v4
45
+ uses : actions/download-artifact@v5
46
46
with :
47
47
name : offline-map-tile-downloader-artifact
48
48
- name : 🌡️ Test
54
54
runs-on : macos-latest
55
55
steps :
56
56
- name : 📥 Download
57
- uses : actions/download-artifact@v4
57
+ uses : actions/download-artifact@v5
58
58
with :
59
59
name : offline-map-tile-downloader-artifact
60
60
- name : 🌡️ Test
66
66
runs-on : windows-latest
67
67
steps :
68
68
- name : 📥 Download
69
- uses : actions/download-artifact@v4
69
+ uses : actions/download-artifact@v5
70
70
with :
71
71
name : offline-map-tile-downloader-artifact
72
72
- name : 🌡️ Test
79
79
steps :
80
80
# Download all artifacts to the current working directory
81
81
- name : 📥 Download gcosts
82
- uses : actions/download-artifact@v4
82
+ uses : actions/download-artifact@v5
83
83
with :
84
84
name : offline-map-tile-downloader-artifact
85
85
# Release, upload files
You can’t perform that action at this time.
0 commit comments