Skip to content

Commit

Permalink
Move repository to NLnet Labs
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed Nov 21, 2024
1 parent e8056d5 commit ffd58e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pkg-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ jobs:
# `tmp-` which will be ignored by packages.nlnetlabs.nl scripts.
- name: Upload built binaries
if: ${{ steps.skip.skip != 'true' }}
uses: Koenvh1/upload-artifact@main
uses: NLnetLabs/upload-artifact@main
with:
name: ${{ inputs.artifact_prefix }}tmp-cross-binaries-${{ matrix.target }}
path: bins.tar
Expand Down Expand Up @@ -1096,7 +1096,7 @@ jobs:

- name: Download cross-compiled binaries
if: ${{ matrix.target != 'x86_64' }}
uses: Koenvh1/download-artifact@main
uses: NLnetLabs/download-artifact@main
with:
name: ${{ inputs.artifact_prefix }}tmp-cross-binaries-${{ matrix.target }}
path: .
Expand Down Expand Up @@ -1616,7 +1616,7 @@ jobs:
# but only to users logged in to GH with sufficient rights in this project. The uploaded artifact is also downloaded
# by the next job (see below) to sanity check that it can be installed and results in a working Krill installation.
- name: Upload package
uses: Koenvh1/upload-artifact@main
uses: NLnetLabs/upload-artifact@main
with:
name: ${{ inputs.artifact_prefix }}${{ steps.verify.outputs.pkg }}_${{ env.OS_NAME }}_${{ env.OS_REL }}_${{ matrix.target }}
path: |
Expand Down Expand Up @@ -2069,7 +2069,7 @@ jobs:

- name: Download cross-compiled binaries
if: ${{ steps.verify.outputs.mode == 'copy' }}
uses: Koenvh1/download-artifact@main
uses: NLnetLabs/download-artifact@main
with:
name: ${{ inputs.artifact_prefix }}tmp-cross-binaries-${{ matrix.target }}
# The file downloaded to dockerbin/xxx will be used by the Dockerfile
Expand Down Expand Up @@ -2135,7 +2135,7 @@ jobs:

# Upload the Docker image as a GitHub Actions artifact, handy when not publishing or investigating a problem
- name: Upload built image to GitHub Actions
uses: Koenvh1/upload-artifact@main
uses: NLnetLabs/upload-artifact@main
with:
name: ${{ inputs.artifact_prefix }}tmp-docker-image-${{ matrix.shortname }}
path: /tmp/docker-${{ matrix.shortname }}-img.tar
Expand Down

0 comments on commit ffd58e8

Please sign in to comment.