]> git.openstreetmap.org Git - dns.git/blobdiff - .github/workflows/check.yml
Replace jakelong with gorwen but using jakelong's IP addresses
[dns.git] / .github / workflows / check.yml
index a35cc83e3cb9d8adea8c258ccce81279d82d7edc..cf4d39f10ab7d57d152e557dd369fc288c6e4db0 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
     steps:
     - name: Checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     - name: Install dependencies
       run: |
@@ -32,7 +32,7 @@ jobs:
         GH_TOKEN: ${{ github.token }}
       run: |
         arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
-        && gh release download --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
+        && gh release download --repo https://github.com/StackExchange/dnscontrol --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
         && sudo apt install /tmp/dnscontrol.deb -y
 
     - name: Run Check