Skip to content

Commit

Permalink
[ghactions] Upgrade to checkout v3 + don't pull history (#56)
Browse files Browse the repository at this point in the history
datadog:patch
  • Loading branch information
EricMountain authored and nyodas committed Sep 23, 2024
1 parent 7703c8f commit 08363c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
tags:
# Push events on datadog tags
- "*-dd*"

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,9 +45,9 @@ jobs:
do
sha256sum "$TARGET_FILE" > "${TARGET_FILE}.sha256sum"
done
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: k8s_output
name: k8s_output_${{ matrix.platform }}
path: _output/release-tars
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:
steps:
- uses: actions/download-artifact@v2
with:
name: k8s_output
name: k8s_output_${{ matrix.platform }}
path: _output/release-tars
- name: Display structure of downloaded files
run: ls -R
Expand Down

0 comments on commit 08363c6

Please sign in to comment.