action-download-artifact icon indicating copy to clipboard operation
action-download-artifact copied to clipboard

:gear: A GitHub Action to download an artifact associated with given workflow and commit or other criteria

Results 43 action-download-artifact issues
Sort by recently updated
recently updated
newest added

``` name: Compile and Deploy on: [push] jobs: build: runs-on: ubuntu-latest steps: - name: Set up Git Repo uses: actions/checkout@v2 - name: Compile LaTeX Document uses: xu-cheng/latex-action@v2 with: root_file: resume.tex...

Hi, Why are there asterisks in my filename after having downloaded it? ![image](https://user-images.githubusercontent.com/6424248/155189863-765dddb1-1733-4f49-a961-c912bf751b84.png) The correct name should be: "REL-26_SHA-76e86d7_2022-02-22_17-43-12.tar.gz"

Hello. I'm trying to use your action as it perfectly match my needs but I'm not able to make it work... Here's the step I wrote. Note that I need...

Currently, if you pass `false` to any of the "boolean" inputs, it will be treated as `true`. Because `getInput()` returns a string, and `Boolean("false")` evaluates to `true`. Newer actions toolkit...

help wanted
good first issue

* update deps * add build script * strip `node_modules` from repo

The code treats it already as an optional parameter but since the `action.yml` defines a default value there is no way to skip the workflow conclusion check.

The current implementation saves everything to memory and extracts the zip files to memory, before copying to the filesystem. This can consume a huge amount of memory if artifacts are...

help wanted

Hey there. I have two Workflows: - [A], which uploads an artifact and then, in a later job that needs the upload job, makes a workflow_call to... - [B], which...

Hey, I think it would be nice to update the README to explicitely tell the default behavior of the `branch` key I had to check the source code to make...

Bumps [filesize](https://github.com/avoidwork/filesize.js) from 8.0.7 to 9.0.11. Changelog Sourced from filesize's changelog. 9.0.11 Adding invaid base 10 iec test set, building 38221a0 Adding invaid base 10 iec test set, building, version...

dependencies
javascript