Skip to content

Commit c2038d9

Browse files
committed
ci: upload-artifact v3 > v4
Closes #6 Closes #7
1 parent be90897 commit c2038d9

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.DS_Store

-6 KB
Binary file not shown.

.github/workflows/pr-close-signal.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
mkdir -p ./pr
1717
printf ${{ github.event.number }} > ./pr/NUM
1818
- name: Upload Diff
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: pr
2222
path: ./pr
23-

.github/workflows/pr-receive.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "Upload PR number"
2626
id: upload
2727
if: ${{ always() }}
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: pr
3131
path: ${{ github.workspace }}/NR
@@ -107,20 +107,20 @@ jobs:
107107
shell: Rscript {0}
108108

109109
- name: "Upload PR"
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: pr
113113
path: ${{ env.PR }}
114114

115115
- name: "Upload Diff"
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: diff
119119
path: ${{ env.CHIVE }}
120120
retention-days: 1
121121

122122
- name: "Upload Build"
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: built
126126
path: ${{ env.MD }}

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ po/*~
5555
__pycache__/
5656

5757

58+
# Emacs files
59+
*~
60+
\#*
61+
.dir-locals.el
62+
63+
# OSX
64+
.DS_Store

0 commit comments

Comments
 (0)