From: Guus Sliepen Date: Sun, 9 Nov 2025 16:09:42 +0000 (+0100) Subject: Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows X-Git-Url: https://www.tinc-vpn.org/git/?a=commitdiff_plain;h=2e5da6ad8a6f085a564db91910c744c3ec2b5e04;p=tinc Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1757c8ef..a3f67d78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -274,7 +274,7 @@ jobs: run: mkdir -p /tmp/artifacts - name: Download packages - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: /tmp/artifacts