Update download_artifacts.yml

This commit is contained in:
dewomser 2025-01-27 22:58:45 +01:00 committed by GitHub
parent 5ec5182dda
commit 4f6dc09c96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +1,27 @@
name: Download Artifacts
on: on:
push: push:
branches: branches:
- main - main
name: get artifacts
# You may pin to the exact commit or the version. jobs:
# uses: MichaelMelena/list-artifacts@a1757aa2b864e29ea9f042f3ca8b4ac17fdd508b download-artifacts:
uses: MichaelMelena/list-artifacts@v1.0.1 runs-on: ubuntu-latest
with:
# github access token steps:
GITHUB_TOKEN: # optional, default is ${{ github.token }} - name: Checkout repository
# uses: actions/checkout@v2
repository: # optional, default is ${{ github.repository }}
- name: List artifacts
id: list-artifacts
uses: MichaelMelena/list-artifacts@v1.0.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: wetter2.zip
path: ./artifacts