Skip to content

Commit

Permalink
Update vyos-v1.4-rolling-release.yml
Browse files Browse the repository at this point in the history
bump actions/checkout, actions/upload-artifact, actions/download-artifact version to v4
  • Loading branch information
9l authored May 18, 2024
1 parent c45647c commit fd83a9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vyos-v1.4-rolling-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo ./build-vyos-image iso --architecture $ARCHITECTURE --build-by $BUILD_BY --build-type $BUILD_TYPE --version $VERSION-$(date +%Y%m%d%H%M)
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}-iso
path: vyos-build/build/vyos-${{ env.VERSION }}-*.iso
Expand All @@ -42,10 +42,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}-iso
path: vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}-iso
Expand Down

0 comments on commit fd83a9d

Please sign in to comment.