Skip to content

Commit

Permalink
Merge pull request #6 from KaneGreen/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
KaneGreen authored Dec 21, 2023
2 parents e2fa7de + 88b8bdc commit 7ae0a27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R2S-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: Upload Firmwares
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: env.UPLOAD_FIRMWARE == 'true' && ${{ success() }}
with:
name: OpenWrt_R2S_${{ env.FMDATETIME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R2S-selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: Upload Firmwares
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: env.UPLOAD_FIRMWARE == 'true' && ${{ success() }}
with:
name: OpenWrt_R2S_${{ env.FMDATETIME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: Upload Firmwares
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: env.UPLOAD_FIRMWARE == 'true' && ${{ success() }}
with:
name: OpenWrt_x86_${{ env.FMDATETIME }}
Expand Down

0 comments on commit 7ae0a27

Please sign in to comment.