We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890436a commit 006051aCopy full SHA for 006051a
1 file changed
.github/workflows/hexpm-release.yml
@@ -20,8 +20,8 @@ jobs:
20
21
- name: Prepare libraries
22
run: |
23
- apt-get -qq update
24
- apt-get -qq install libyaml-dev
+ sudo apt-get -qq update
+ sudo apt-get -qq install libyaml-dev
25
26
- name: Setup rebar3 hex
27
@@ -53,7 +53,7 @@ jobs:
53
env:
54
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
55
56
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
57
if: failure()
58
with:
59
name: rebar-files
0 commit comments