Fix Node.js dependency: downgrade actions to v3 for ubuntu:latest compatibility
Some checks failed
Build Packages / Build libostree Backport (push) Failing after 1s
Build Packages / Build bootc Package (push) Has been skipped
Build Packages / Create Combined Artifacts (push) Has been skipped
Test Build / Test bootc Build (with existing libostree) (push) Failing after 2s

This commit is contained in:
robojerk 2025-07-21 00:24:43 +00:00
parent f59d3080b9
commit 764f01310f
3 changed files with 10 additions and 10 deletions

View file

@ -15,12 +15,12 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Download artifacts from previous workflow
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: release-assets
path: /tmp/artifacts