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 7373
7474 - name : Upload artifacts (Linux)
7575 if : runner.os == 'Linux'
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v6
7777 with :
7878 name : bare-${{ matrix.platform }}
7979 path : |
8282
8383 - name : Upload artifacts (Windows)
8484 if : runner.os == 'Windows'
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v6
8686 with :
8787 name : bare-${{ matrix.platform }}
8888 path : |
9191
9292 - name : Upload artifacts (macOS)
9393 if : runner.os == 'macOS'
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v6
9595 with :
9696 name : bare-${{ matrix.platform }}
9797 path : |
@@ -110,7 +110,7 @@ jobs:
110110 uses : actions/checkout@v6
111111
112112 - name : Download all artifacts
113- uses : actions/download-artifact@v4
113+ uses : actions/download-artifact@v7
114114 with :
115115 path : artifacts
116116 merge-multiple : true
You can’t perform that action at this time.
0 commit comments