We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57b976 commit 05c317cCopy full SHA for 05c317c
.github/workflows/main.yml
@@ -88,15 +88,15 @@ jobs:
88
89
- name: Upload artifact for docker job (linux only)
90
if: ${{ matrix.os == 'ubuntu-latest' && matrix.self-contained == 'normal' }}
91
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
92
with:
93
name: ${{ matrix.target }}
94
path: |
95
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
96
src/Dockerfile
97
98
- name: Upload artifacts
99
100
101
name: all-artifacts
102
0 commit comments