Skip to content

Commit 05c317c

Browse files
committed
- Fix deprecation upload-artifact
1 parent d57b976 commit 05c317c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ jobs:
8888
8989
- name: Upload artifact for docker job (linux only)
9090
if: ${{ matrix.os == 'ubuntu-latest' && matrix.self-contained == 'normal' }}
91-
uses: actions/upload-artifact@v2
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: ${{ matrix.target }}
9494
path: |
9595
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
9696
src/Dockerfile
9797
9898
- name: Upload artifacts
99-
uses: actions/upload-artifact@v2
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: all-artifacts
102102
path: |

0 commit comments

Comments
 (0)