mirror of
https://github.com/BreizhHardware/ntfy_alerts.git
synced 2026-01-18 16:37:28 +01:00
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:
4
.github/workflows/create_dev.yml
vendored
4
.github/workflows/create_dev.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
cp target/${{ matrix.target }}/release/github-ntfy release/${{ matrix.name }}
|
cp target/${{ matrix.target }}/release/github-ntfy release/${{ matrix.name }}
|
||||||
|
|
||||||
- name: Upload binaire comme artifact
|
- name: Upload binaire comme artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
path: release/${{ matrix.name }}
|
path: release/${{ matrix.name }}
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Télécharger tous les binaires
|
- name: Télécharger tous les binaires
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: binaries
|
path: binaries
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/create_release.yml
vendored
6
.github/workflows/create_release.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
|||||||
cp target/${{ matrix.target }}/release/github-ntfy release/${{ matrix.name }}
|
cp target/${{ matrix.target }}/release/github-ntfy release/${{ matrix.name }}
|
||||||
|
|
||||||
- name: Upload binaire comme artifact
|
- name: Upload binaire comme artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
path: release/${{ matrix.name }}
|
path: release/${{ matrix.name }}
|
||||||
@@ -104,7 +104,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Télécharger tous les binaires
|
- name: Télécharger tous les binaires
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: binaries
|
path: binaries
|
||||||
|
|
||||||
@@ -137,7 +137,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Télécharger tous les binaires
|
- name: Télécharger tous les binaires
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: binaries
|
path: binaries
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user