Skip to content

Commit

Permalink
Merge pull request #224 from DataDog/paulcacheux/bump-artifacts-workflow
Browse files Browse the repository at this point in the history
bump {upload,download}-artifact workflows to v4
  • Loading branch information
paulcacheux authored Dec 19, 2023
2 parents 23fd8bb + de3c866 commit e9fe38d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: /opt/nikos/bin/nikos

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nikos-archive
path: /opt/nikos
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download the nikos artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nikos-archive
path: /opt/nikos
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: pip install -r .ci_build/requirements.txt

- name: Download the nikos artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nikos-archive
path: tests/molecule/resources/playbooks/nikos-archive
Expand Down

0 comments on commit e9fe38d

Please sign in to comment.