diff options
| author | jvoisin | 2025-03-16 14:37:48 +0100 |
|---|---|---|
| committer | jvoisin | 2025-03-16 14:37:48 +0100 |
| commit | e5319de222932e09bbe335fda370ea34daefe2cf (patch) | |
| tree | 94302ecdde246fe4ff5343fc4e0a11af567dbb16 | |
| parent | 04ac8fd1f5cd0497a148d7b3b514b4954408ce0a (diff) | |
Bump actions/upload-artifact to v4
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b068329..535452e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -66,7 +66,7 @@ jobs: | |||
| 66 | mv -v ../*.deb ./ | 66 | mv -v ../*.deb ./ |
| 67 | ls *.deb | xargs -I % mv -v % ${{ matrix.name }}-% | 67 | ls *.deb | xargs -I % mv -v % ${{ matrix.name }}-% |
| 68 | - name: Upload artifacts | 68 | - name: Upload artifacts |
| 69 | uses: actions/upload-artifact@v3 | 69 | uses: actions/upload-artifact@v4 |
| 70 | with: | 70 | with: |
| 71 | name: snuffleupagus-${{ matrix.name }} | 71 | name: snuffleupagus-${{ matrix.name }} |
| 72 | path: ./*.deb | 72 | path: ./*.deb |
