Projects STRLCPY dum Commits db3b2949
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/release.yml
    skipped 112 lines
    113 113   
    114 114   - name: Upload artifacts archive
    115 115   if: ${{ startsWith(github.ref, 'refs/tags/v') }}
    116  - uses: actions/upload-artifact@v2
     116 + uses: actions/upload-artifact@v3
    117 117   with:
    118 118   name: dum-${{ matrix.target }}.${{ matrix.archive }}
    119 119   path: dum-${{ matrix.target }}.${{ matrix.archive }}
    120 120   
    121 121   - name: Upload artifacts checksum
    122 122   if: ${{ startsWith(github.ref, 'refs/tags/v') }}
    123  - uses: actions/upload-artifact@v2
     123 + uses: actions/upload-artifact@v3
    124 124   with:
    125 125   name: dum-${{ matrix.target }}-sha256sum.txt
    126 126   path: dum-${{ matrix.target }}-sha256sum.txt
    skipped 21 lines
Please wait...
Page is in error, reload to recover