summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasklymenko <a.klymenko@vyos.io>2026-05-06 18:37:57 +0300
committerasklymenko <a.klymenko@vyos.io>2026-05-06 18:37:57 +0300
commit92aeb525ede3e01f4e377fd8915af1dcd8d9b459 (patch)
treec2f37ad4176a381e30349595f1dffb512ee4cad7
parent0361367d9960c18e0aea54f04405cdcbfb2ff71a (diff)
downloadvyos-build-92aeb525ede3e01f4e377fd8915af1dcd8d9b459.tar.gz
vyos-build-92aeb525ede3e01f4e377fd8915af1dcd8d9b459.zip
T8463: Update GitHub actions to latest versions
-rw-r--r--.github/workflows/package-smoketest.yml2
-rw-r--r--.github/workflows/trigger-docker-image-build.yml2
-rw-r--r--.github/workflows/trigger_rebuild_packages.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml
index 6a909139..56e01d30 100644
--- a/.github/workflows/package-smoketest.yml
+++ b/.github/workflows/package-smoketest.yml
@@ -103,7 +103,7 @@ jobs:
--vyos-mirror ${{ needs.set_config.outputs.vyos_mirror }} \
generic
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
retention-days: 2
name: vyos-${{ steps.version.outputs.build_version }}
diff --git a/.github/workflows/trigger-docker-image-build.yml b/.github/workflows/trigger-docker-image-build.yml
index ebc1bcc8..cc5a2abb 100644
--- a/.github/workflows/trigger-docker-image-build.yml
+++ b/.github/workflows/trigger-docker-image-build.yml
@@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout vyos/vyos-build repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.base.ref }}
diff --git a/.github/workflows/trigger_rebuild_packages.yml b/.github/workflows/trigger_rebuild_packages.yml
index f184c1da..ef3e3a34 100644
--- a/.github/workflows/trigger_rebuild_packages.yml
+++ b/.github/workflows/trigger_rebuild_packages.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
ref: ${{ github.ref_name }}