Merge pull request #17 from BreizhHardware/refactor/rust-implementation

refactor(rust): upgrade GitHub Actions to use version 4 of upload and…
This commit is contained in:
Félix MARQUET
2025-06-12 20:10:13 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ jobs:
cp target/${{ matrix.target }}/release/github-ntfy release/${{ matrix.name }}
- name: Upload binaire comme artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}
path: release/${{ matrix.name }}
@@ -72,7 +72,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Télécharger tous les binaires
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: binaries

View File

@@ -77,7 +77,7 @@ jobs:
cp target/${{ matrix.target }}/release/github-ntfy release/${{ matrix.name }}
- name: Upload binaire comme artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}
path: release/${{ matrix.name }}
@@ -104,7 +104,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Télécharger tous les binaires
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: binaries
@@ -137,7 +137,7 @@ jobs:
uses: actions/checkout@v4
- name: Télécharger tous les binaires
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: binaries